aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/main.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-08 21:16:39 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-08 21:16:39 -0700
commit14dbd311366bf0a61526a064730f57cde52ad8e3 (patch)
tree69a8a71a024030ca08bc0201630ac4a8f7183f69 /site/src/main.tsx
parente759997a41b374250cf4c0e127b3a5a33361d1b0 (diff)
add new better styled demo page and components
Diffstat (limited to 'site/src/main.tsx')
-rw-r--r--site/src/main.tsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/site/src/main.tsx b/site/src/main.tsx
new file mode 100644
index 0000000..bef5202
--- /dev/null
+++ b/site/src/main.tsx
@@ -0,0 +1,10 @@
+import { StrictMode } from 'react'
+import { createRoot } from 'react-dom/client'
+import './index.css'
+import App from './App.tsx'
+
+createRoot(document.getElementById('root')!).render(
+ <StrictMode>
+ <App />
+ </StrictMode>,
+)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage