Skip to content

Commit 66fdade

Browse files
committed
debug ssg
1 parent bb82312 commit 66fdade

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { AppWindowIcon, CodeIcon } from "lucide-react";
2+
import { useState } from "react";
23
import { I18nextProvider, useTranslation } from "react-i18next";
34
import { FileExplorer } from "@/components/features/file-explorer";
45
import { Hero } from "@/components/global/hero";
@@ -14,7 +15,6 @@ import { ThemeProvider } from "@/contexts/theme";
1415
import i18n from "@/i18n/config";
1516
import { parseTemplate } from "@/lib/client/nginx";
1617
import { Settings } from "./components/global/settings";
17-
import { useState } from "react";
1818

1919
const 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}>

0 commit comments

Comments
 (0)