diff --git a/monster.js b/monster.js index c9b2f37..dfd6d5f 100644 --- a/monster.js +++ b/monster.js @@ -2,7 +2,7 @@ const fs = require("fs"); const command = process.argv[2]; const archive = { - page: `import { Page } from '../singlight.js'; + page: `import { Page } from '../Singlight.js'; export default class {{PAGENAME}} extends Page { template() { diff --git a/singlighter.js b/singlighter.js index a529936..84f414e 100644 --- a/singlighter.js +++ b/singlighter.js @@ -3,7 +3,7 @@ const http = require("http"); const command = process.argv[2]; const archive = { - page: `import { Page } from '../singlight.js'; + page: `import { Page } from '../Singlight.js'; export default class {{PAGENAME}} extends Page { template() {