mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +03:00
Fix useState undefined
Blame myself working on multiple features at the same time
This commit is contained in:
parent
6956628369
commit
4bfd36fa9b
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue