Remove duplicate imports in hugging-face-spaces.mdx

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-02 02:10:27 -03:00
commit 72594346c1

View file

@ -27,6 +27,4 @@ From here, you can rename your Space, define the visibility (Public or Private)
import ThemedImage from "@theme/ThemedImage";
import useBaseUrl from "@docusaurus/useBaseUrl";
import ZoomableImage from "/src/theme/ZoomableImage.js";import ThemedImage from "@theme/ThemedImage";
import useBaseUrl from "@docusaurus/useBaseUrl";
import ZoomableImage from "/src/theme/ZoomableImage.js";
import ZoomableImage from "/src/theme/ZoomableImage.js";