mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-18 16:20:07 +00:00
Contact form (php backend not done)
This commit is contained in:
parent
9e71bfc6ed
commit
35a0df789a
2 changed files with 97 additions and 0 deletions
|
@ -9,6 +9,7 @@ import SkillSet from './components/AboutPage/SkillSet'
|
|||
import GithubStats from './components/AboutPage/Github'
|
||||
import Projects from './components/Projects'
|
||||
import Page404 from './components/static/404'
|
||||
import ContactPage from './components/ContactPage'
|
||||
// import logo from './logo.svg';
|
||||
// import './App.css';
|
||||
|
||||
|
@ -26,6 +27,7 @@ function App () {
|
|||
<GithubStats />
|
||||
</>} />
|
||||
<Route path='#/projects' component={<Projects />} />
|
||||
<Route path='#/contact' component={<ContactPage />} />
|
||||
<Route path='*' component={<Page404 />} />
|
||||
</HashRouter>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue