pojednostavljeni edit form-ovi
This commit is contained in:
@@ -12,9 +12,8 @@ import {
|
||||
MapPinIcon
|
||||
} from '@heroicons/react/24/outline';
|
||||
import { LocationCard } from './ui/LocationCard';
|
||||
import { BillPaymentForm } from './ui/BillPaymentForm';
|
||||
import { BillEditForm } from './ui/BillEditForm';
|
||||
import { LocationEditForm } from './ui/LocationEditForm';
|
||||
import { BillTemplateForm } from './ui/BillTemplateForm';
|
||||
import { MonthTitle } from './ui/MonthTitle';
|
||||
import { AddMonthButton } from './ui/AddMonthButton';
|
||||
import { AddLocationButton } from './ui/AddLocationButton';
|
||||
@@ -61,9 +60,8 @@ export default function Page() {
|
||||
{id: 3, name: 'GSKG', paid: true},
|
||||
]} />
|
||||
|
||||
<BillPaymentForm bill={{id: 1, name: 'GSKG', description: 'Pričuva, Voda, Smeće', paid: true}} />
|
||||
<BillEditForm bill={{id: 1, name: 'GSKG', description: 'Pričuva, Voda, Smeće', paid: true}} />
|
||||
<LocationEditForm />
|
||||
<BillTemplateForm />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user