Skip to content

Commit

Permalink
and fix on other files
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadali-arjomand committed Sep 9, 2023
1 parent c9dd082 commit 1277972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monster.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion singlighter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1277972

Please sign in to comment.