6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
import FolderInformation from "@Front/Components/Layouts/Folder/FolderInformation";
|
|
|
|
export default function Route() {
|
|
return <FolderInformation />;
|
|
}
|