Compare commits
2 commits
e9b31b45fb
...
90a9c5d233
Author | SHA1 | Date | |
---|---|---|---|
90a9c5d233 | |||
d16cfbcb71 |
1 changed files with 3 additions and 13 deletions
|
@ -1,4 +1,3 @@
|
|||
//import { RedirectButton } from '@/components/user/redirect-button';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import {
|
||||
Card,
|
||||
|
@ -11,24 +10,15 @@ import {
|
|||
import { Input } from '@/components/ui/input';
|
||||
import { Label } from '@/components/ui/label';
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
|
||||
import { ScrollableSettingsWrapper } from '@/components/wrappers/settings-scroll'; // Adjust path as needed
|
||||
import { Switch } from '@/components/ui/switch'; // Assuming you have this or will create/import it
|
||||
import { ScrollableSettingsWrapper } from '@/components/wrappers/settings-scroll';
|
||||
import { Switch } from '@/components/ui/switch';
|
||||
import {
|
||||
Select,
|
||||
SelectContent,
|
||||
SelectItem,
|
||||
SelectTrigger,
|
||||
SelectValue,
|
||||
} from '@/components/ui/select'; // Assuming you have this
|
||||
|
||||
/*export default function Settings() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Settings</h1>
|
||||
<RedirectButton redirectUrl='/home' buttonText='Home' />
|
||||
</div>
|
||||
);
|
||||
}*/
|
||||
} from '@/components/ui/select';
|
||||
|
||||
export default function SettingsPage() {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue