mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-22 04:43: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"
|
import './skillset.css'
|
||||||
export default function SkillSet() {
|
export default function SkillSet () {
|
||||||
return <div style={{ justifyContent: 'center', paddingBottom: '50px' }} >
|
return <div style={{ justifyContent: 'center', paddingBottom: '50px' }} />
|
||||||
|
}
|
||||||
</div>
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue