Skip to content

Commit

Permalink
added skills constant
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheffauer committed Jul 19, 2021
1 parent fb4f9e9 commit 5c6320f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/data/skills.ts
@@ -0,0 +1,14 @@
export const skills = [
{
id: 'react',
text: 'React.js',
},
{
id: 'redux',
text: 'Redux',
},
{
id: 'typescript',
text: 'Typescript',
},
]

0 comments on commit 5c6320f

Please sign in to comment.