mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 15:58:18 +00:00
13 lines
300 B
TypeScript
13 lines
300 B
TypeScript
import FeaturePlaceholder from "@/components/FeaturePlaceholder";
|
|
|
|
const DocumentsPage = () => {
|
|
return (
|
|
<FeaturePlaceholder
|
|
title="Documents"
|
|
description="Manage internal freight documents, approvals, and operational record keeping."
|
|
/>
|
|
);
|
|
};
|
|
|
|
export default DocumentsPage;
|