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