new file added
This commit is contained in:
parent
03ac0432d1
commit
a2bf690e7f
9
src/components/main-nav.tsx
Normal file
9
src/components/main-nav.tsx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
const MainNav = () => {
|
||||||
|
return (
|
||||||
|
<div>MainNav</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default MainNav
|
9
src/components/module/Home.tsx
Normal file
9
src/components/module/Home.tsx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
const Home = () => {
|
||||||
|
return (
|
||||||
|
<div>Home</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Home
|
9
src/components/ui/alert-dialog.tsx
Normal file
9
src/components/ui/alert-dialog.tsx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
const AlertDialog = () => {
|
||||||
|
return (
|
||||||
|
<div>alert-dialog</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default AlertDialog
|
9
src/components/ui/button.tsx
Normal file
9
src/components/ui/button.tsx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
const Button = () => {
|
||||||
|
return (
|
||||||
|
<div>Button</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Button
|
Loading…
x
Reference in New Issue
Block a user