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

@ -1,9 +1,11 @@
import { Container, Heading, Link, Text } from "@chakra-ui/react";
export function meta() {
return {
title: "Privacy Police - Car Crushers",
};
return [
{
title: "Privacy Policy - Car Crushers",
},
];
}
export default function () {