mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 22:51:12 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { useEffect } from 'react';
|
||||
import { useLocationAutoDetect } from '@/hooks/useLocationAutoDetect';
|
||||
|
||||
export function LocationAutoDetectProvider() {
|
||||
useLocationAutoDetect();
|
||||
return null; // This component doesn't render anything, just runs the hook
|
||||
}
|
||||
Reference in New Issue
Block a user