V2 future stuff

This commit is contained in:
2023-10-19 16:49:36 -04:00
parent c611253c4a
commit cdaef74d37
10 changed files with 69 additions and 28 deletions

View File

@ -78,9 +78,11 @@ export async function loader({ context }: { context: RequestContext }) {
}
export function meta() {
return {
title: "Moderation Queue - Car Crushers",
};
return [
{
title: "Moderation Queue - Car Crushers",
},
];
}
export default function () {