This commit is contained in:
Shusui MOYATANI
2023-04-29 00:22:03 +09:00
parent 7ee7c9ec45
commit 5474c85ace
28 changed files with 204 additions and 78 deletions

View File

@@ -10,9 +10,9 @@ import {
import { createQuery, useQueryClient, type CreateQueryResult } from '@tanstack/solid-query';
import { type Event as NostrEvent, type Filter, Kind } from 'nostr-tools';
import eventWrapper from '@/core/event';
import useConfig from '@/core/useConfig';
import eventWrapper from '@/nostr/event';
import useBatch, { type Task } from '@/nostr/useBatch';
import useConfig from '@/nostr/useConfig';
import usePool from '@/nostr/usePool';
import useStats from '@/nostr/useStats';
import timeout from '@/utils/timeout';