From 940ebb6c71bd39e87f5b565587406beabefddaad Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 7 Oct 2023 00:01:57 -0400 Subject: Initial website --- app/locations/page.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/locations/page.js (limited to 'app/locations/page.js') diff --git a/app/locations/page.js b/app/locations/page.js new file mode 100644 index 0000000..11f5486 --- /dev/null +++ b/app/locations/page.js @@ -0,0 +1,18 @@ +import Navbar from "@/app/components/Navbar"; + +export default function Locations() { + return ( +
+
+ +
+

Locations

+

(insert description, though might get removed)

+
+
+

Soon:tm:

+
+
+
+ ) +} -- cgit v1.2.3