mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-12 05:39:18 +02:00
cleanup
This commit is contained in:
parent
69bea820a4
commit
393c9d2214
@ -35,8 +35,6 @@ import UserLikesTab from "./views/user/likes";
|
||||
import useSetColorMode from "./hooks/use-set-color-mode";
|
||||
import UserStreamsTab from "./views/user/streams";
|
||||
import { PageProviders } from "./providers";
|
||||
import { NostrRequest } from "./classes/nostr-request";
|
||||
import { NostrEvent } from "./types/nostr-event";
|
||||
|
||||
const StreamsView = React.lazy(() => import("./views/streams"));
|
||||
const StreamView = React.lazy(() => import("./views/streams/stream"));
|
||||
|
@ -79,7 +79,7 @@ function StreamsPage() {
|
||||
export default function StreamsView() {
|
||||
return (
|
||||
<RelaySelectionProvider
|
||||
overrideDefault={["wss://nos.lol", "wss://relay.damus.io", "wss://relay.snort.social", "wss://nostr.wine"]}
|
||||
additionalDefaults={["wss://nos.lol", "wss://relay.damus.io", "wss://relay.snort.social", "wss://nostr.wine"]}
|
||||
>
|
||||
<PeopleListProvider>
|
||||
<StreamsPage />
|
||||
|
Loading…
x
Reference in New Issue
Block a user