diff --git a/src/components/main-nav.tsx b/src/components/main-nav.tsx
new file mode 100644
index 0000000..17c9880
--- /dev/null
+++ b/src/components/main-nav.tsx
@@ -0,0 +1,9 @@
+import React from 'react'
+
+const MainNav = () => {
+ return (
+
MainNav
+ )
+}
+
+export default MainNav
\ No newline at end of file
diff --git a/src/components/module/Home.tsx b/src/components/module/Home.tsx
new file mode 100644
index 0000000..96c5535
--- /dev/null
+++ b/src/components/module/Home.tsx
@@ -0,0 +1,9 @@
+import React from 'react'
+
+const Home = () => {
+ return (
+ Home
+ )
+}
+
+export default Home
\ No newline at end of file
diff --git a/src/components/ui/alert-dialog.tsx b/src/components/ui/alert-dialog.tsx
new file mode 100644
index 0000000..07cf89e
--- /dev/null
+++ b/src/components/ui/alert-dialog.tsx
@@ -0,0 +1,9 @@
+import React from 'react'
+
+const AlertDialog = () => {
+ return (
+ alert-dialog
+ )
+}
+
+export default AlertDialog
\ No newline at end of file
diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx
new file mode 100644
index 0000000..bb79ee4
--- /dev/null
+++ b/src/components/ui/button.tsx
@@ -0,0 +1,9 @@
+import React from 'react'
+
+const Button = () => {
+ return (
+ Button
+ )
+}
+
+export default Button
\ No newline at end of file