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