mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
added page titles
This commit is contained in:
@@ -8,7 +8,9 @@ import { BasePageElement } from "common/";
|
||||
class HomePageElement extends BasePageElement {
|
||||
private pingService: PingService;
|
||||
constructor() {
|
||||
super();
|
||||
super({
|
||||
title: "Home",
|
||||
});
|
||||
}
|
||||
|
||||
elementConnected = (): void => {
|
||||
|
||||
Reference in New Issue
Block a user