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,5 +1,5 @@
import { Show, For, createSignal, createMemo, type JSX, type Component } from 'solid-js';
import type { Event as NostrEvent } from 'nostr-tools/event';
import type { Event as NostrEvent } from 'nostr-tools';
import uniq from 'lodash/uniq';
import HeartOutlined from 'heroicons/24/outline/heart.svg';