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