lecoffre-back/src/pages/design-system.tsx
2023-02-20 12:40:37 +01:00

6 lines
131 B
TypeScript

import DesignSystem from "@Front/Components/Layouts/DesignSystem";
export default function Route() {
return <DesignSystem />;
}