generated from flo/template-frontend
24 lines
547 B
HTML
24 lines
547 B
HTML
<app-navigation></app-navigation>
|
|
|
|
<div class="max-w-screen-xl mx-auto p-4">
|
|
<shared-card icon="/assets/icon.png" header="Test" subHeader="lol noch ein test">
|
|
I'm working
|
|
</shared-card>
|
|
|
|
<shared-card icon="/assets/icon.png" header="Test" >
|
|
I'm working
|
|
</shared-card>
|
|
|
|
<shared-card>
|
|
I'm working
|
|
</shared-card>
|
|
|
|
<div class="mb-5">
|
|
<shared-table [items]="colonies" [columns]="columns">
|
|
|
|
</shared-table>
|
|
</div>
|
|
|
|
<shared-paginator total="20" perPage="5" />
|
|
|
|
</div> |