mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 23:44:11 +02:00
chore(lint): small clean up of lint errors wip on #312
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* globals window */
|
||||
import { useEffect, useState } from "react"
|
||||
|
||||
export const useLocalStorage = (name: string, initialValue: string) => {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* globals document */
|
||||
import { useState } from "react"
|
||||
|
||||
export const useLockBodyScroll = () => {
|
||||
|
||||
Reference in New Issue
Block a user