Skip to content

Commit a07dcaa

Browse files
committed
fix import
1 parent 87ef990 commit a07dcaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configuration/AppWrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useReducer, useContext } from 'react'
2-
import { LS_PREFERENCES_KEY } from '@/Constants'
2+
import { LS_PREFERENCES_KEY } from 'src/Constants'
33
import AppStorage from '../services/localStorage'
44
import { PreferencesProvider } from '../preferences/PreferencesContext'
55
import { getOSMode } from '../services/os'

0 commit comments

Comments
 (0)