fix: imports

This commit is contained in:
Shivam Mishra
2024-08-23 14:39:06 +05:30
parent c8aa34866d
commit 16339e520f
11 changed files with 16 additions and 16 deletions
@@ -5,7 +5,7 @@ import {
ICON_LIGHT_MODE,
ICON_DARK_MODE,
ICON_SYSTEM_MODE,
} from 'dashboard/helper/CommandBar/icons';
} from 'dashboard/helper/commandBar/icons';
import { LocalStorage } from 'shared/helpers/localStorage';
import { LOCAL_STORAGE_KEYS } from 'dashboard/constants/localStorage';
import { setColorTheme } from 'dashboard/helper/themeHelper.js';