1.started removal of CDNs.\n 2. Improved modular structure for all parts of project including database.
This commit is contained in:
14
static/js/pages/page_contact.js
Normal file
14
static/js/pages/page_contact.js
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
import { PageBase } from "./page_base.js";
|
||||
|
||||
export class PageContact extends PageBase {
|
||||
static hash = hashPageContact;
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
initialize() {
|
||||
this.sharedInitialize();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user