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

@@ -1,4 +1,4 @@
import { FOCUSABLE_BUT_NOT_TABBABLE } from '@/views/constants';
import { FOCUSABLE_BUT_NOT_TABBABLE } from '@/constants';
import { FunctionComponent } from 'preact';
type HistoryListItemProps = {

View File

@@ -1,4 +1,4 @@
import { DAYS_IN_A_WEEK, DAYS_IN_A_YEAR } from '@/views/constants';
import { DAYS_IN_A_WEEK, DAYS_IN_A_YEAR } from '@/constants';
import {
HistoryEntry,
NoteHistoryEntry,