Skip to content

Commit

Permalink
chore: add main page
Browse files Browse the repository at this point in the history
Include the main page for ensuring all checks pass correctly. Will edit
this in the future.
  • Loading branch information
chessurisme committed Jul 31, 2024
1 parent 0539dd9 commit 05d5a72
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/main-page.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
'use strict'

class MainPage {
constructor() {
this.element = document.createElement('div')
}
create() {
return this.element
}
}

export { MainPage }

0 comments on commit 05d5a72

Please sign in to comment.