From 9faa3ee92a1bab3e05321ebeefd318bf8aa625c2 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Sep 2024 10:20:08 +0200 Subject: Remove remaining files --- src/index.tsx | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/index.tsx (limited to 'src/index.tsx') 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( - - - -); \ No newline at end of file -- cgit v1.3.1