This commit is contained in:
Nick Mowen 2023-12-15 16:53:59 -07:00
parent 60b9b28090
commit 61b31c4550

View File

@ -8,7 +8,7 @@ import { useCallback, useMemo, useState } from "react";
import { Card, CardContent, CardHeader, CardTitle } from "../ui/card";
import { Switch } from "../ui/switch";
import { Label } from "../ui/label";
import { usePersistence } from "@/context/use-persistence";
import { usePersistence } from "@/hooks/use-persistence";
const emptyObject = Object.freeze({});