This commit is contained in:
Shusui MOYATANI
2023-03-07 02:41:39 +09:00
parent 3e53c26743
commit 95ac96c89a
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
// NIP-18 (DEPRECATED)
import { Show, Switch, Match, type Component } from 'solid-js';
import { Event as NostrEvent } from 'nostr-tools/event';
import { Event as NostrEvent } from 'nostr-tools';
import ArrowPathRoundedSquare from 'heroicons/24/outline/arrow-path-rounded-square.svg';
import useConfig from '@/clients/useConfig';