import { view } from "assets/view.js"; class shelf_view extends view { constructor(app) { suprt(app, "shelf-view"); } } export { shelf_view };