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

@ -9,9 +9,11 @@ import {
} from "@chakra-ui/react";
export function meta() {
return {
title: "Admin Application - Car Crushers",
};
return [
{
title: "Admin Application - Car Crushers",
},
];
}
export default function () {