diff options
| author | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
| commit | 64537f8850fe00b759f258999f33ffd0ad8c08d6 (patch) | |
| tree | 8c8a5f32a75f1318c49ca33b0e279780c9896008 /src/pages/Skills.js | |
| parent | :sa: (diff) | |
| download | me-64537f8850fe00b759f258999f33ffd0ad8c08d6.tar.xz me-64537f8850fe00b759f258999f33ffd0ad8c08d6.zip | |
:star:
Diffstat (limited to 'src/pages/Skills.js')
| -rw-r--r-- | src/pages/Skills.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/pages/Skills.js b/src/pages/Skills.js deleted file mode 100644 index bd2d9d2..0000000 --- a/src/pages/Skills.js +++ /dev/null @@ -1,21 +0,0 @@ -import React, { Component } from 'react'; - -import Hero from '../components/skills/Hero'; -import SkillsListing from '../components/skills/SkillListing'; - -import DynamicTitle from '../components/navigation/DynamicTitle'; - -export default class Skills extends Component { - render() { - return( - <React.Fragment> - <DynamicTitle title="Skills | Fuwn" /> - - <div className="whitespace"></div> - - <Hero /> - <SkillsListing /> - </React.Fragment> - ) - } -}
\ No newline at end of file |