mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 00:24:16 +01:00
remove unused code
This commit is contained in:
parent
51c6b1b461
commit
80dd00b449
@ -1,9 +1,5 @@
|
||||
import { useEffect, useState } from 'react'
|
||||
|
||||
const getSize = () => {
|
||||
const { innerHeight, innerWidth, outerHeight, outerWidth } = window
|
||||
return { innerHeight, innerWidth, outerHeight, outerWidth }
|
||||
}
|
||||
|
||||
export const useIsMousePresent = () => {
|
||||
let [present, setPresent] = useState<boolean>(false)
|
||||
|
Loading…
Reference in New Issue
Block a user