V2 future stuff
This commit is contained in:
@ -53,9 +53,11 @@ export async function loader({ context }: { context: RequestContext }) {
|
||||
}
|
||||
|
||||
export function meta() {
|
||||
return {
|
||||
title: "Appeals - Car Crushers",
|
||||
};
|
||||
return [
|
||||
{
|
||||
title: "Appeals - Car Crushers",
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
export default function () {
|
||||
|
Reference in New Issue
Block a user