Skip to content

Commit

Permalink
fix messed import
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Jan 16, 2025
1 parent 4c670b0 commit da3a3ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/common/localStore.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { isMobileBrowser } from "./utils.js"

export const KEY_FILE_LIST_MODE = 'fileListMode';

export const getStoredFileListMode = () => {
Expand Down

0 comments on commit da3a3ce

Please sign in to comment.