1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-03 21:23:22 +00:00

fix path of module & contactform

This commit is contained in:
Rokt33r
2015-12-25 11:06:00 +09:00
parent 325ae00eeb
commit 27a442ed2e
42 changed files with 117 additions and 820 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ function isFinderCalled () {
}
if (isFinderCalled()) {
require('./finder.js')
require('./lib/finder-app')
} else {
require('./main.js')
require('./lib/main-app')
}