diff --git a/client/src/pages/ImportSettings.tsx b/client/src/pages/ImportSettings.tsx index 21a05ac..2d34adc 100644 --- a/client/src/pages/ImportSettings.tsx +++ b/client/src/pages/ImportSettings.tsx @@ -7,6 +7,7 @@ import { Label } from "@/components/ui/label"; import { Switch } from "@/components/ui/switch"; import { toast } from "sonner"; import { Loader2, Save, Upload, FolderOpen, Mail } from "lucide-react"; +import DashboardLayout from "@/components/DashboardLayout"; export default function ImportSettings() { const { data: settings, isLoading } = trpc.importSettings.get.useQuery(); @@ -78,7 +79,8 @@ export default function ImportSettings() { } return ( -
@@ -304,6 +306,7 @@ export default function ImportSettings() {