We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ef990 commit a07dcaaCopy full SHA for a07dcaa
1 file changed
src/configuration/AppWrapper.js
@@ -1,5 +1,5 @@
1
import React, { useReducer, useContext } from 'react'
2
-import { LS_PREFERENCES_KEY } from '@/Constants'
+import { LS_PREFERENCES_KEY } from 'src/Constants'
3
import AppStorage from '../services/localStorage'
4
import { PreferencesProvider } from '../preferences/PreferencesContext'
5
import { getOSMode } from '../services/os'
0 commit comments