feat(example): Add empty canvas example

* Add nodes on button click to an otherwise empty flowchart canvas
This commit is contained in:
Braks
2021-08-16 21:27:22 +02:00
parent 384c05240f
commit 489e12a8a7
2 changed files with 69 additions and 0 deletions
+4
View File
@@ -32,6 +32,10 @@ export const routes: RouterOptions['routes'] = [
{
path: '/edge-types',
component: () => import('./EdgeTypes')
},
{
path: '/empty',
component: () => import('./Empty')
}
];