-
Giv's website
diff --git a/public/vite.svg b/public/vite.svg
deleted file mode 100644
index e7b8dfb..0000000
--- a/public/vite.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/App.tsx b/src/App.tsx
index 66e668b..ea209ef 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,9 +1,11 @@
+import Header from './components/Header'
import './global.css'
function App() {
return (
-
Hello World
+
+
)
}
diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx
new file mode 100644
index 0000000..35571b8
--- /dev/null
+++ b/src/components/Header/index.tsx
@@ -0,0 +1,3 @@
+export default function Header(){
+ return
Header
+}
\ No newline at end of file
diff --git a/src/pages/about/index.tsx b/src/pages/about/index.tsx
new file mode 100644
index 0000000..7ba38ca
--- /dev/null
+++ b/src/pages/about/index.tsx
@@ -0,0 +1,3 @@
+export default function About(){
+ return
About
+}
\ No newline at end of file
diff --git a/src/pages/contact/index.tsx b/src/pages/contact/index.tsx
new file mode 100644
index 0000000..7d97864
--- /dev/null
+++ b/src/pages/contact/index.tsx
@@ -0,0 +1,3 @@
+export default function Contact(){
+ return
About
+}
\ No newline at end of file
diff --git a/src/pages/projects/index.tsx b/src/pages/projects/index.tsx
new file mode 100644
index 0000000..9d668a0
--- /dev/null
+++ b/src/pages/projects/index.tsx
@@ -0,0 +1,3 @@
+export default function Projects(){
+ return