Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Sep 9, 2016
1 parent ce379c7 commit a0c0aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/src/app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
const constants = require('../shared/constants')
const storage = require('./storage')
const settingStore = require('./stores/settingStore')
const OSSettings = require('../shared/models/settings/OSSettings')
const OSSettings = require('../shared/Models/Settings/OSSettings')
const argv = require('yargs').parse(process.argv)

Object.keys(storage).forEach((k) => storage[k].checkAwake())
Expand Down

0 comments on commit a0c0aa5

Please sign in to comment.