import AbstractView from "./AbstractView.js"; export default class extends AbstractView { constructor(params) { super(params, "Posts"); } async getHtml() { return `
You are viewing the posts!