From 18933db6d9abf36bb172cf381eae4d82439dc002 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 2 Apr 2024 21:29:11 -0300 Subject: [PATCH] Remove duplicate import and add new imports for ThemedImage and useBaseUrl --- docs/docs/index.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index 6d5155f9c..ed18cb63a 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -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"; +