big cleanup
This commit is contained in:
parent
daa44f9911
commit
864ded959a
161 changed files with 2918 additions and 5749 deletions
|
@ -1,7 +1,7 @@
|
|||
import React, { useEffect, useRef } from 'react'
|
||||
import styled from 'styles'
|
||||
|
||||
export default function Cursor() {
|
||||
export default function Cursor(): JSX.Element {
|
||||
const rCursor = useRef<SVGSVGElement>(null)
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue