From f0df4c7297a05bd592d8717b8997284c80fd0500 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 17 Sep 2025 15:56:00 +0700 Subject: argh --- front/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'front/src/App.tsx') diff --git a/front/src/App.tsx b/front/src/App.tsx index 60ca66a..f921bbf 100644 --- a/front/src/App.tsx +++ b/front/src/App.tsx @@ -13,7 +13,7 @@ const queryClient = new QueryClient(); function App() { const [loading, setLoading] = useState(true); - console.log("NOSTRIL INIT"); + console.log("NOSTRILL INIT"); const { init, modal } = useLocalState(); useEffect(() => { init().then((_res: any) => { -- cgit v1.2.3