@@ -1,4 +1,4 @@
-import create from 'zustand';
+import { create } from 'zustand';
import { AppCategory } from '../../../core/types';
import { SortableColumns } from '../helpers/table.types';
const SYSTEM_STATUS = {
RUNNING: 'RUNNING',
export type IToast = {
id: string;
type UIStore = {
menuItem: string;