ExposedGays: map, shop, auth, Supabase schema

This commit is contained in:
Ryan Salazar
2026-06-26 21:32:17 +00:00
commit fd12fb4100
54 changed files with 4424 additions and 0 deletions

5
src/app/spots/page.tsx Normal file
View File

@@ -0,0 +1,5 @@
import { SpotDirectory } from "@/components/SpotDirectory";
export default function SpotsPage() {
return <SpotDirectory />;
}