mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
6657d5dbf5
Integrations need styling and the breadcrumbs don't work. Further, you can't actually add/edit anything.
11 lines
283 B
HTML
11 lines
283 B
HTML
<header>
|
|
</header>
|
|
<main>
|
|
<toaster-container></toaster-container>
|
|
<!-- The breadcrumb needs to be defined here otherwise it doesn't work -->
|
|
<breadcrumb [allowBootstrap]="false" [hidden]="true"></breadcrumb>
|
|
<router-outlet></router-outlet>
|
|
</main>
|
|
<footer>
|
|
</footer>
|