2026-05-20 20:22:38 +03:30
|
|
|
<div class="bg-surface-card">
|
|
|
|
|
<app-inner-pages-header [pageTitle]="preparedPageTitle()" [backRoute]="backRoute" />
|
|
|
|
|
<hr class="mt-0!" />
|
|
|
|
|
<div class="flex w-full flex-col flex-wrap gap-3 p-4">
|
2026-06-16 15:47:23 +03:30
|
|
|
<shared-good-form
|
|
|
|
|
[guildId]="guildId()"
|
|
|
|
|
[createFn]="createFn"
|
|
|
|
|
class="block w-full"
|
|
|
|
|
(onSubmit)="onSubmit()"
|
|
|
|
|
(onClose)="onPrev()" />
|
2026-05-20 20:22:38 +03:30
|
|
|
</div>
|
|
|
|
|
</div>
|