refactor: restructure files
Browse files- src/{App.css β Home/App.css} +0 -0
- src/{App.tsx β Home/App.tsx} +0 -0
- src/{index.css β global.css} +0 -0
- src/index.tsx +2 -2
src/{App.css β Home/App.css}
RENAMED
File without changes
|
src/{App.tsx β Home/App.tsx}
RENAMED
File without changes
|
src/{index.css β global.css}
RENAMED
File without changes
|
src/index.tsx
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
/* @refresh reload */
|
2 |
import { render } from 'solid-js/web'
|
3 |
|
4 |
-
import './
|
5 |
-
import App from './App'
|
6 |
|
7 |
const root = document.getElementById('root')
|
8 |
|
|
|
1 |
/* @refresh reload */
|
2 |
import { render } from 'solid-js/web'
|
3 |
|
4 |
+
import './global.css'
|
5 |
+
import App from './Home/App'
|
6 |
|
7 |
const root = document.getElementById('root')
|
8 |
|