Final Touches

This commit is contained in:
2024-04-03 22:08:25 +00:00
parent 8bca33a039
commit b7ec08f5ef
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
"no-unused-vars": ["warn", { "vars": "all", "args": "after-used", "ignoreRestSiblings": false }],
"jsx-a11y/alt-text": "off",
"@next/next/no-img-element": "off",
"no-console": "on",
"no-console": 1
}
}
-1
View File
@@ -5,7 +5,6 @@ import { auth, database } from "../../../firebase-config";
import { ref, onValue } from "firebase/database";
import { useAuthState } from "react-firebase-hooks/auth"
import { useGeolocated } from "react-geolocated";
import Link from "next/link"
// Header Import
import { Header } from "../../components/app/header";