Fix useState undefined

Blame myself working on multiple features at the same time
This commit is contained in:
Lim Chee Aun 2023-07-09 16:51:05 +08:00
parent 6956628369
commit 4bfd36fa9b

View file

@ -1,6 +1,6 @@
import './settings.css';
import { useRef } from 'preact/hooks';
import { useEffect, useRef, useState } from 'preact/hooks';
import { useSnapshot } from 'valtio';
import logo from '../assets/logo.svg';