Skip to content

Commit 906a7fd

Browse files
subdomain hosting
1 parent 9193053 commit 906a7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/pageEditTemplate.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
export let squarePuzzle: boolean;
88
export let mainBoardComponent: any;
99
export let hintString: string = "";
10-
let boardController: any;
1110
11+
let boardController: any;
1212
let mainDiv: HTMLDivElement;
1313
let hidden: boolean = false;
1414

0 commit comments

Comments
 (0)