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 { Button } from '@/components/ui/button';
|
||||||
import {
|
import {
|
||||||
Card,
|
Card,
|
||||||
|
@ -11,24 +10,15 @@ import {
|
||||||
import { Input } from '@/components/ui/input';
|
import { Input } from '@/components/ui/input';
|
||||||
import { Label } from '@/components/ui/label';
|
import { Label } from '@/components/ui/label';
|
||||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
|
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
|
||||||
import { ScrollableSettingsWrapper } from '@/components/wrappers/settings-scroll'; // Adjust path as needed
|
import { ScrollableSettingsWrapper } from '@/components/wrappers/settings-scroll';
|
||||||
import { Switch } from '@/components/ui/switch'; // Assuming you have this or will create/import it
|
import { Switch } from '@/components/ui/switch';
|
||||||
import {
|
import {
|
||||||
Select,
|
Select,
|
||||||
SelectContent,
|
SelectContent,
|
||||||
SelectItem,
|
SelectItem,
|
||||||
SelectTrigger,
|
SelectTrigger,
|
||||||
SelectValue,
|
SelectValue,
|
||||||
} from '@/components/ui/select'; // Assuming you have this
|
} from '@/components/ui/select';
|
||||||
|
|
||||||
/*export default function Settings() {
|
|
||||||
return (
|
|
||||||
<div>
|
|
||||||
<h1>Settings</h1>
|
|
||||||
<RedirectButton redirectUrl='/home' buttonText='Home' />
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
export default function SettingsPage() {
|
export default function SettingsPage() {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue