refactor(FE): Format import statements in report-tab.store.ts

This commit is contained in:
rstubryan
2026-02-12 16:19:40 +07:00
parent dbb523c710
commit 211622c7b0
+4 -1
View File
@@ -2,7 +2,10 @@
import { create } from 'zustand';
import { devtools } from 'zustand/middleware';
import { createReportTabSlice, ReportTabSlice } from '@/stores/report/slices/report-tab.slice';
import {
createReportTabSlice,
ReportTabSlice,
} from '@/stores/report/slices/report-tab.slice';
export type ReportTabStore = ReportTabSlice;