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