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/main/type.tsx
This commit is contained in:
parent
98e9bc3d01
commit
a1b649b563
1 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
import Typewriter from 'typewriter-effect'
|
import Typewriter from 'typewriter-effect'
|
||||||
export default function typewriter() {
|
export default function typewriter () {
|
||||||
return <Typewriter
|
return <Typewriter
|
||||||
options={{
|
options={{
|
||||||
strings: ['Developer', 'Gamer', 'Builder'],
|
strings: ['Developer', 'Gamer', 'Builder'],
|
||||||
|
|
Loading…
Reference in a new issue