Active player list
This commit is contained in:
12
routes/players.tsx
Normal file
12
routes/players.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Content } from "../components/Content.tsx";
|
||||
import { ActivePlayerList } from "../islands/players.tsx";
|
||||
|
||||
export default function PlayerManger() {
|
||||
return (
|
||||
<div className="container p-8">
|
||||
<Content>
|
||||
<ActivePlayerList />
|
||||
</Content>
|
||||
</div>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user