summaryrefslogtreecommitdiff
path: root/src/client/main.tsx
diff options
context:
space:
mode:
authorPawel Zelawski <pawel@pzelawski.com>2026-05-23 10:33:53 +0200
committerPawel Zelawski <pawel@pzelawski.com>2026-05-23 10:33:53 +0200
commit376feecb280c28504788c9677c6cb3cc455f00b6 (patch)
treeebf3ee7ac5e67560a98f51e3815f9b7a414734df /src/client/main.tsx
parenteafdcd8290700fdeaa6b069c4d52e50a9db6ad94 (diff)
chore: upgrade digiid-ts to v3 and stabilize dev/build scripts
Diffstat (limited to 'src/client/main.tsx')
-rw-r--r--src/client/main.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/main.tsx b/src/client/main.tsx
index b895c80..0896e5e 100644
--- a/src/client/main.tsx
+++ b/src/client/main.tsx
@@ -7,4 +7,4 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<App />
</React.StrictMode>
-); \ No newline at end of file
+);