diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx deleted file mode 100644 index 6611732..0000000 --- a/frontend/src/index.tsx +++ /dev/null @@ -1,14 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom/client'; -import './index.css'; -import App from './App'; - -const root = ReactDOM.createRoot( - document.getElementById('root') as HTMLElement -); - -root.render( - - - -); \ No newline at end of file