mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-02 08:09:45 +02:00
cleanup
This commit is contained in:
@@ -35,8 +35,6 @@ import UserLikesTab from "./views/user/likes";
|
|||||||
import useSetColorMode from "./hooks/use-set-color-mode";
|
import useSetColorMode from "./hooks/use-set-color-mode";
|
||||||
import UserStreamsTab from "./views/user/streams";
|
import UserStreamsTab from "./views/user/streams";
|
||||||
import { PageProviders } from "./providers";
|
import { PageProviders } from "./providers";
|
||||||
import { NostrRequest } from "./classes/nostr-request";
|
|
||||||
import { NostrEvent } from "./types/nostr-event";
|
|
||||||
|
|
||||||
const StreamsView = React.lazy(() => import("./views/streams"));
|
const StreamsView = React.lazy(() => import("./views/streams"));
|
||||||
const StreamView = React.lazy(() => import("./views/streams/stream"));
|
const StreamView = React.lazy(() => import("./views/streams/stream"));
|
||||||
|
@@ -79,7 +79,7 @@ function StreamsPage() {
|
|||||||
export default function StreamsView() {
|
export default function StreamsView() {
|
||||||
return (
|
return (
|
||||||
<RelaySelectionProvider
|
<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>
|
<PeopleListProvider>
|
||||||
<StreamsPage />
|
<StreamsPage />
|
||||||
|
Reference in New Issue
Block a user