import fixed ./constants (#1748)

This commit is contained in:
Lulu Nabi
2024-02-17 23:33:11 +01:00
committed by GitHub
parent 2c02b7193d
commit f33970addd

View File

@ -2,7 +2,7 @@ import is from 'electron-is';
import { t } from '@/i18n'; import { t } from '@/i18n';
import type { InAppMenuConfig } from './index'; import type { InAppMenuConfig } from './constants';
import type { MenuContext } from '@/types/contexts'; import type { MenuContext } from '@/types/contexts';
import type { MenuTemplate } from '@/menu'; import type { MenuTemplate } from '@/menu';