initial commit of the paytime session frontend
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import PlayerSearch from '@/components/PlayerSearch';
|
||||
|
||||
export default function PlayersPage() {
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<div>
|
||||
<h1 className="text-2xl text-ink mb-1">Players</h1>
|
||||
<p className="text-sm text-ink-muted">
|
||||
Search by current or previous name, or SteamID.
|
||||
</p>
|
||||
</div>
|
||||
<PlayerSearch />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user