diff --git a/src/index.tsx b/src/index.tsx index fe03273..4dad0e7 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,6 +1,6 @@ import { createRoot } from 'react-dom/client' -import App from './App' +import App from './app/App' const container = document.getElementById('root')