mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 00:31:49 +08:00
Remove duplicate import and add new imports for ThemedImage and useBaseUrl
This commit is contained in:
@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user