We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d059ffb commit 876a9fdCopy full SHA for 876a9fd
src/js/view/view.js
@@ -4,7 +4,6 @@ import {
4
} from "../utils/templates.js";
5
6
class View {
7
- #pages;
8
constructor(name) {
9
this.name = name;
10
this.$app = document.querySelector("#app");
0 commit comments