summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-23 10:20:08 +0200
committerYuval Adam <_@yuv.al>2024-09-23 10:20:08 +0200
commit9faa3ee92a1bab3e05321ebeefd318bf8aa625c2 (patch)
tree798f1159348d9e9207bfebb312bcd8e2d15c3c27 /src/index.tsx
parent44b9b1e4670c63f7d10b5700e2135a06fd859370 (diff)
Remove remaining files
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/index.tsx b/src/index.tsx
deleted file mode 100644
index 353cebb..0000000
--- a/src/index.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import React from 'react';
-import ReactDOM from 'react-dom/client';
-import './index.css';
-import { App } from './Geshem';
-
-console.log()
-
-const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement);
-root.render(
- <React.StrictMode>
- <App />
- </React.StrictMode >
-); \ No newline at end of file