feat: init base
This commit is contained in:
1
src/pages/home/index.tsx
Normal file
1
src/pages/home/index.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export {default as HomePage} from './ui/Home'
|
||||
0
src/pages/home/ui/Home.module.scss
Normal file
0
src/pages/home/ui/Home.module.scss
Normal file
8
src/pages/home/ui/Home.tsx
Normal file
8
src/pages/home/ui/Home.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
Home
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user