adds forge support, fixes some critical errors
This commit is contained in:
14
routes/setup/forge.tsx
Normal file
14
routes/setup/forge.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Content } from "../../components/Content.tsx";
|
||||
import { ForgeVersions } from "../../islands/forgeVersions.tsx";
|
||||
|
||||
export default function ForgeSetup() {
|
||||
return (
|
||||
<div class="container p-8">
|
||||
<Content>
|
||||
<h2 class="font-pixel text-2xl">Forge Setup</h2>
|
||||
<p>Select the game version you wish to create a server for.</p>
|
||||
<ForgeVersions />
|
||||
</Content>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user