Skip to content

Commit

Permalink
Created Credits component
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Wall committed Jun 6, 2021
1 parent 9130621 commit a8c305c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/Credits/Credits.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import "./credits.scss"

const Credits = () => {
return (
<div className='Credits' />
)
}

export default Credits
5 changes: 5 additions & 0 deletions src/components/Credits/credits.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import '../../scss/variables';

.Credits {

}

0 comments on commit a8c305c

Please sign in to comment.