cleanup imports
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m15s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m15s
This commit is contained in:
parent
0c774cca1b
commit
fc3e8e8c16
@ -28,7 +28,7 @@ export default class PageHandler {
|
||||
* @param page The page to register
|
||||
*/
|
||||
private registerPage(page: Page) {
|
||||
console.log(`Registered page: ${page.route}`)
|
||||
console.log(`Registered page: ${page.route}`);
|
||||
this.pages.push(page);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user