add lookup player input
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 58s

This commit is contained in:
Lee
2024-04-16 19:03:11 +01:00
parent 74627311ae
commit 1d40c9b5d3
2 changed files with 40 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import { generateEmbed } from "@/common/embed";
import { LookupPlayer } from "@/components/lookup-player";
import { NotFound } from "@/components/not-found";
import { Card } from "@/components/ui/card";
import { getPlayer } from "mcutils-library";
@ -49,6 +50,8 @@ export default async function Page({ params }: Params) {
<div className="mb-4 text-center">
<h1 className="text-xl">Lookup a Player</h1>
<p>You can enter a players uuid or username to get information about the player.</p>
<LookupPlayer />
</div>
<Card>