This commit is contained in:
Manav Rathi 2024-05-21 19:07:04 +05:30
parent 6a8fa727a9
commit c20b9fa5fa
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,8 @@ import { t } from "i18next";
import { AppContext } from "pages/_app";
import { useContext, useEffect, useState } from "react";
import { getMapEnabledStatus } from "services/userService";
import DisableMap from "../DisableMap";
import EnableMap from "../EnableMap";
import DisableMap from "./DisableMap";
import EnableMap from "./EnableMap";
export default function MapSettings({ open, onClose, onRootClose }) {
const { mapEnabled, updateMapEnabled } = useContext(AppContext);