feat: implement import functionality with tab navigation for receipts and invoices

This commit is contained in:
Nils-Johan Gynther
2026-04-16 21:39:23 +02:00
parent 2a0da005ff
commit 4474c4da01
5 changed files with 226 additions and 32 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import ImportFilePage from './ImportFilePage';
import { redirect } from 'next/navigation';
export default function Page() {
return <ImportFilePage />;
redirect('/import?tab=recept');
}