diff --git a/app/_layout.tsx b/app/_layout.tsx
index bb7de70..c79da3c 100644
--- a/app/_layout.tsx
+++ b/app/_layout.tsx
@@ -1,5 +1,6 @@
import { Stack } from 'expo-router';
+
export default function Layout() {
return (
+ >
+
);
}
diff --git a/app/index.tsx b/app/index.tsx
index aaa114e..a27bd7f 100644
--- a/app/index.tsx
+++ b/app/index.tsx
@@ -39,26 +39,9 @@ export default function Home() {
return (
-
- Settings
-
-
- Home Screen
- {conversation ? (
-
- ) : (
-
- )}
- )
+
+
+
);
}