web: start implementing notifications

This commit is contained in:
Jens Langhammer
2021-01-14 22:02:21 +01:00
parent 7f5caf901d
commit 2579e168c3
5 changed files with 119 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { css, CSSResult, customElement, html, LitElement, property, TemplateResult } from "lit-element";
import { css, CSSResult, customElement, html, LitElement, TemplateResult } from "lit-element";
// @ts-ignore
import NavStyle from "@patternfly/patternfly/components/Nav/nav.css";
// @ts-ignore