mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Organize Sapronak tables into a dedicated folder
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
'use client';
|
||||
|
||||
import IncomingSapronaksTable from '@/components/pages/closing/table/IncomingSapronaksTable';
|
||||
import OutgoingSapronaksTable from '@/components/pages/closing/table/OutgoingSapronaksTable';
|
||||
import IncomingSapronaksSummaryTable from '@/components/pages/closing/table/IncomingSapronaksSummaryTable';
|
||||
import ClosingOutgoingSapronaksSummaryTable from '../table/OutgoingSapronaksSummaryTable';
|
||||
import IncomingSapronaksTable from '@/components/pages/closing/table/sapronak/IncomingSapronaksTable';
|
||||
import OutgoingSapronaksTable from '@/components/pages/closing/table/sapronak/OutgoingSapronaksTable';
|
||||
import IncomingSapronaksSummaryTable from '@/components/pages/closing/table/sapronak/IncomingSapronaksSummaryTable';
|
||||
import ClosingOutgoingSapronaksSummaryTable from '../table/sapronak/OutgoingSapronaksSummaryTable';
|
||||
|
||||
interface SapronakClosingTabProps {
|
||||
projectFlockId?: number;
|
||||
|
||||
Reference in New Issue
Block a user