mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-18 16:20:07 +00:00
Projects was ez actually
This commit is contained in:
parent
5a39355ca1
commit
9c9d645b4a
3 changed files with 114 additions and 0 deletions
|
@ -7,6 +7,7 @@ import Route from './components/HashRouter/Route'
|
|||
import AboutPage from './components/AboutPage'
|
||||
import SkillSet from './components/AboutPage/SkillSet'
|
||||
import GithubStats from './components/AboutPage/Github'
|
||||
import Projects from './components/Projects'
|
||||
// import logo from './logo.svg';
|
||||
// import './App.css';
|
||||
|
||||
|
@ -23,6 +24,7 @@ function App () {
|
|||
<SkillSet />
|
||||
<GithubStats />
|
||||
</>} />
|
||||
<Route path='#/projects' component={<Projects />} />
|
||||
</HashRouter>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue