mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-08 03:01:20 +00:00
Refactor: change directory structure of hooks to organize by task
This commit is contained in:
@@ -13,7 +13,7 @@ import DBClient from '@/prisma/DBClient';
|
||||
import LocationMarker from '@/components/ui/LocationMarker';
|
||||
import Link from 'next/link';
|
||||
import Head from 'next/head';
|
||||
import useGeolocation from '@/hooks/useGeolocation';
|
||||
import useGeolocation from '@/hooks/utilities/useGeolocation';
|
||||
|
||||
type MapStyles = Record<'light' | 'dark', `mapbox://styles/mapbox/${string}`>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user