summaryrefslogtreecommitdiff
path: root/front/src/App.tsx
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-17 15:56:00 +0700
committerpolwex <polwex@sortug.com>2025-09-17 15:56:00 +0700
commitf0df4c7297a05bd592d8717b8997284c80fd0500 (patch)
tree2d38e079e971a2e98e78a0f7a3104f2bd3c5daeb /front/src/App.tsx
parent387af8fc1603805b02ce03f8adba4fa73a954f7c (diff)
argh
Diffstat (limited to 'front/src/App.tsx')
-rw-r--r--front/src/App.tsx2
1 files changed, 1 insertions, 1 deletions
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) => {