exported scaffolder routes

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2022-09-28 11:47:52 +02:00
parent 3ec10f407e
commit a3f1340f3c
+1
View File
@@ -61,6 +61,7 @@ export {
scaffolderPlugin,
} from './plugin';
export * from './components';
export * from './routes';
export type { TaskPageProps } from './components/TaskPage';
/** next exports */