Remove unused useSnapshot

This commit is contained in:
Lim Chee Aun 2023-10-31 20:21:49 +08:00
parent 3f6402349c
commit 5cb0621f34

View file

@ -10,7 +10,7 @@ import {
} from 'preact/hooks';
import { matchPath, Route, Routes, useLocation } from 'react-router-dom';
import 'swiped-events';
import { subscribe, useSnapshot } from 'valtio';
import { subscribe } from 'valtio';
import BackgroundService from './components/background-service';
import ComposeButton from './components/compose-button';