File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { AppWindowIcon , CodeIcon } from "lucide-react" ;
2+ import { useState } from "react" ;
23import { I18nextProvider , useTranslation } from "react-i18next" ;
34import { FileExplorer } from "@/components/features/file-explorer" ;
45import { Hero } from "@/components/global/hero" ;
@@ -14,7 +15,6 @@ import { ThemeProvider } from "@/contexts/theme";
1415import i18n from "@/i18n/config" ;
1516import { parseTemplate } from "@/lib/client/nginx" ;
1617import { Settings } from "./components/global/settings" ;
17- import { useState } from "react" ;
1818
1919const AppTabs : React . FC < { path : string } > = ( { path } ) => {
2020 const { t } = useTranslation ( ) ;
@@ -57,7 +57,7 @@ const App: React.FC = () => {
5757 const result = parseTemplate ( ) ;
5858 console . log ( { result } ) ;
5959 return result ;
60- } )
60+ } ) ;
6161
6262 return (
6363 < I18nextProvider i18n = { i18n } >
You can’t perform that action at this time.
0 commit comments