mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-10 07:49:38 +00:00
Fix lint errors for src/components/AboutPage/SkillSet.tsx
This commit is contained in:
parent
8e46cdef3d
commit
5f679bc03e
1 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,4 @@
|
|||
import "./skillset.css"
|
||||
export default function SkillSet() {
|
||||
return <div style={{ justifyContent: 'center', paddingBottom: '50px' }} >
|
||||
|
||||
</div>
|
||||
}
|
||||
import './skillset.css'
|
||||
export default function SkillSet () {
|
||||
return <div style={{ justifyContent: 'center', paddingBottom: '50px' }} />
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue