diff --git a/frontend/app/import/layout.tsx b/frontend/app/import/layout.tsx
new file mode 100644
index 0000000..92b52a0
--- /dev/null
+++ b/frontend/app/import/layout.tsx
@@ -0,0 +1,5 @@
+import { AppShell } from "@/components/app-shell";
+
+export default function ImportLayout({ children }: { children: React.ReactNode }) {
+ return
+ Bring in a GEDCOM file — start a brand-new tree, or add to one you already have. +
+- We'll scan the file and flag anyone who looks like a person already in this - tree, so you can merge, skip, or overwrite before anything is saved. -
- )} - - - {!preview && ( - - )} - - {/* Duplicate-resolution step */} - {preview && ( -- No likely duplicates found — everyone will be imported as new. -
- ) : ( -+ No likely duplicates found — everyone will be imported as new. +
+ ) : ( +