shelf-view.js 160 B

123456789
  1. import { view } from "assets/view.js";
  2. class shelf_view extends view {
  3. constructor(app) {
  4. suprt(app, "shelf-view");
  5. }
  6. }
  7. export { shelf_view };