This commit is contained in:
2023-06-21 15:28:17 +01:00
parent 9c88f2e28f
commit 6f0dc2e430
11 changed files with 154 additions and 47 deletions

View File

@ -7,10 +7,12 @@ import { RouterProvider, createBrowserRouter } from 'react-router-dom';
import { LayoutPage } from 'pages/layout';
import { StreamPage } from 'pages/stream-page';
import { ChatPopout } from 'pages/chat-popout';
import { LoginStore } from 'login';
export const System = new NostrSystem({
});
export const Login = new LoginStore();
[
"wss://relay.snort.social",