fix: package import location

This commit is contained in:
Mo
2022-10-11 07:30:49 -05:00
parent 7c9f0d3143
commit b82eac09a8
3 changed files with 4 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
},
"dependencies": {
"@standardnotes/common": "^1.39.0",
"@standardnotes/features": "workspace:^",
"@standardnotes/filepicker": "workspace:^",
"@standardnotes/services": "workspace:^",
"@standardnotes/styles": "workspace:^",

View File

@@ -16,7 +16,7 @@ import {
StorageValueModes,
FeatureStatus,
} from '@standardnotes/services'
import { FeatureIdentifier } from '@standardnotes/snjs'
import { FeatureIdentifier } from '@standardnotes/features'
const CachedThemesKey = 'cachedThemes'
const TimeBeforeApplyingColorScheme = 5