Update Settings.tsx

This commit is contained in:
Harivansh Rathi 2024-12-08 22:23:43 -05:00 committed by GitHub
parent 4337c982fd
commit 1cc7fe03dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
import React, { useState } from 'react';
import { Card } from '../../components/ui/card';
import { Label } from '../../components/ui/label';
import { switch } from '../../components/ui/switch';
import { Switch } from '../../components/ui/Switch';
import { useTheme } from '../../contexts/ThemeContext';
import { Button } from '../../components/ui/Button';
import { supabase } from '../../lib/supabase';