
https://app.ora.pm/p/fb56ed95daa7456b888d266a050b9afa?v=86662&s=28850&t=k&c=2672a46bbbbc4963b29c6214f397fb10 Some more questions on the subject of redirection or dynamic modulation of pages according to the configuration file. An example of pathname modulation can be found on the following url: `/folders/[folderUid]/edit/description` --------- Co-authored-by: Maxime Lalo <maxime.lalo.pro@gmail.com>
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import ViewDocuments from "@Front/Components/Layouts/Folder/ViewDocuments";
|
|
|
|
export default function Route() {
|
|
return <ViewDocuments />;
|
|
}
|