Simplify names & improve HTML semantics

This commit is contained in:
Andras Schmelczer 2022-09-25 16:20:40 +02:00
parent 674cf4223b
commit ec804f2319
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
31 changed files with 84 additions and 120 deletions

View file

@ -2,7 +2,7 @@ import { createElement } from '../../helper/create-element';
import { PageElement } from '../page-element';
import { generate } from './image-viewer.html';
export class PageImageViewer extends PageElement {
export class ImageViewer extends PageElement {
public constructor() {
super(createElement(generate()));