AC:

Create the submit button at js/src/app/duel/_components/current/SubmitButton.java
Create the Forfeit button at js/src/app/duel/_components/current/ForfeitButton.java
To view how the component looks (and for screenshots), go to router.tsx and create a temporary path
{
path: "<enter unused path",
element: (
<PageShell>
<ComponentName />
</PageShell>
),
errorElement: <ErrorPage />,
}