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

@ -28,9 +28,11 @@ export async function loader({
}
export function meta() {
return {
title: "Report an Exploiter - Car Crushers",
};
return [
{
title: "Report an Exploiter - Car Crushers",
},
];
}
export default function () {