From 1277972a94108fc0000bb9d0137d69ad81a7cc95 Mon Sep 17 00:00:00 2001 From: MohammadAli Arjomand Date: Sat, 9 Sep 2023 15:43:36 +0330 Subject: [PATCH] and fix on other files --- monster.js | 2 +- singlighter.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {