Remove duplicate import and add new imports for ThemedImage and useBaseUrl
This commit is contained in:
parent
c3c3623bc9
commit
18933db6d9
1 changed files with 4 additions and 2 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue