chore: monorepo
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { RelayList } from "./components/relayList";
|
||||
import { UserRelayList } from "./components/userRelayList";
|
||||
|
||||
export function RelaysScreen() {
|
||||
return (
|
||||
<div className="grid h-full w-full grid-cols-3">
|
||||
<RelayList />
|
||||
<UserRelayList />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user