few cosmetic fixes
This commit is contained in:
@@ -16,7 +16,6 @@ export default function RootLayout() {
|
||||
fetchLocations();
|
||||
}, []);
|
||||
|
||||
console.log();
|
||||
const deleteLocation = useLocationStore((state) => state.deleteLocation);
|
||||
|
||||
const handleDelete = async (id) => {
|
||||
|
||||
Reference in New Issue
Block a user