mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Remove unused useSnapshot
This commit is contained in:
parent
3f6402349c
commit
5cb0621f34
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import {
|
||||||
} from 'preact/hooks';
|
} from 'preact/hooks';
|
||||||
import { matchPath, Route, Routes, useLocation } from 'react-router-dom';
|
import { matchPath, Route, Routes, useLocation } from 'react-router-dom';
|
||||||
import 'swiped-events';
|
import 'swiped-events';
|
||||||
import { subscribe, useSnapshot } from 'valtio';
|
import { subscribe } from 'valtio';
|
||||||
|
|
||||||
import BackgroundService from './components/background-service';
|
import BackgroundService from './components/background-service';
|
||||||
import ComposeButton from './components/compose-button';
|
import ComposeButton from './components/compose-button';
|
||||||
|
|
Loading…
Reference in a new issue