wip: restructure

This commit is contained in:
Ren Amamiya
2023-04-27 13:27:11 +07:00
parent 6918660a5c
commit 98a37d4618
102 changed files with 997 additions and 1041 deletions

View File

@@ -1,6 +1,5 @@
import { RelayContext } from '@components/relaysProvider';
import { READONLY_RELAYS } from '@stores/constants';
import { RelayContext } from '@lume/shared/relaysProvider';
import { READONLY_RELAYS } from '@lume/stores/constants';
import { useContext } from 'react';
import useSWRSubscription from 'swr/subscription';