diff --git a/app/routes/about.tsx b/app/routes/about.tsx index be832bc..2b5d777 100644 --- a/app/routes/about.tsx +++ b/app/routes/about.tsx @@ -1,6 +1,8 @@ +import Content from "~/components/content"; + export default function About() { return ( -
+

About Vanguard

Vanguard has been designed to provide a way to create permanence around @@ -45,6 +47,6 @@ export default function About() { server, but provide partial responsive UI updates).

Enjoy!

-
+ ); }