export default class Page { constructor(object) { this.id = object.id; this.name = object.name; this.path = object.path; this.icon = object.icon; } }