mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 02:30:55 +00:00
13 lines
329 B
TypeScript
13 lines
329 B
TypeScript
import FeaturePlaceholder from "@/components/FeaturePlaceholder";
|
|
|
|
const FileUploadSettingsPage = () => {
|
|
return (
|
|
<FeaturePlaceholder
|
|
title="File Upload Settings"
|
|
description="Define the document fields and upload rules used by freight backoffice teams."
|
|
/>
|
|
);
|
|
};
|
|
|
|
export default FileUploadSettingsPage;
|