This commit is contained in:
2026-02-17 10:06:53 +00:00
parent 4cdd257735
commit 13e8866875
54 changed files with 2537 additions and 76 deletions
@@ -2,7 +2,6 @@ import { Link } from 'react-router';
import { Bot, ChevronRight } from 'lucide-react';
import { Card } from '@/components/Card';
import { DashboardLayout } from '../Layout';
import { Appearance } from './Appearance';
export const Settings = () => {
return (
@@ -23,7 +22,6 @@ export const Settings = () => {
</div>
</Card>
</Link>
<Appearance />
</div>
</div>
</DashboardLayout>