diff --git a/src/app/(app)/(layout)/settings/page.tsx b/src/app/(app)/(layout)/settings/page.tsx
new file mode 100644
index 00000000..c96bfe1f
--- /dev/null
+++ b/src/app/(app)/(layout)/settings/page.tsx
@@ -0,0 +1,5 @@
+import { Settings } from '@/views/settings/Settings';
+
+export default function Page() {
+ return ;
+}
diff --git a/src/components/layout/AppLayout.tsx b/src/components/layout/AppLayout.tsx
index a2c4dd48..d1892ded 100644
--- a/src/components/layout/AppLayout.tsx
+++ b/src/components/layout/AppLayout.tsx
@@ -5,6 +5,7 @@ import {
Menu,
MessageCircle,
Settings,
+ Settings2,
Vault,
} from 'lucide-react';
import Link from 'next/link';
@@ -79,6 +80,24 @@ export const AppLayout: FC<{ children: ReactNode }> = ({ children }) => {
+