mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
refactor(FE): Format import statements in report-tab.store.ts
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user