chore: move constants file

This commit is contained in:
Mo
2022-02-18 08:22:42 -06:00
parent 0369d03542
commit 12f4d5f372
14 changed files with 13 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ import {
MENU_MARGIN_FROM_APP_BORDER,
MAX_MENU_SIZE_MULTIPLIER,
BYTES_IN_ONE_MEGABYTE,
} from '@/views/constants';
} from '@/constants';
export type NotesOptionsProps = {
application: WebApplication;