// Copyright: © 2026 TWWIM UG. All rights reserved. (www.twwim.com) import { createFileRoute, Outlet } from '@tanstack/react-router'; export const Route = createFileRoute('/_authenticated/dashboard/documents')({ component: () => , });