This commit is contained in:
Shusui MOYATANI
2023-03-09 00:55:05 +09:00
parent adbee3e174
commit 75e2244220
9 changed files with 45 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
import { Component, Switch, Match } from 'solid-js';
import useConfig from '@/nostr/useConfig';
import useProfile, { type Profile } from '@/nostr/useProfile';
import useProfile from '@/nostr/useProfile';
type UserNameDisplayProps = {
pubkey: string;