Remove duplicate import and add new imports for ThemedImage and useBaseUrl

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-02 21:29:11 -03:00
commit 18933db6d9

View file

@ -17,7 +17,6 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
style={{ width: "100%" }}
/>
import ZoomableImage from "/src/theme/ZoomableImage.js";
## 🚀 First steps
@ -93,4 +92,7 @@ Find more information about the available options by running:
langflow --help
```
Or you can visit the [Langflow CLI documentation](./cli) for more information.
Or you can visit the [Langflow CLI documentation](./cli) for more information.import ThemedImage from "@theme/ThemedImage";
import useBaseUrl from "@docusaurus/useBaseUrl";
import ZoomableImage from "/src/theme/ZoomableImage.js";