cleanup and add mobile support
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 54s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 54s
This commit is contained in:
@ -7,7 +7,6 @@ type Page = {
|
||||
};
|
||||
|
||||
const pages: Page[] = [
|
||||
{ title: "Home", url: "/" },
|
||||
{ title: "Player", url: "/player" },
|
||||
{ title: "Server", url: "/server" },
|
||||
];
|
||||
|
Reference in New Issue
Block a user