added canvas renderer

This commit is contained in:
David Meincke
2022-03-22 21:13:56 +01:00
parent b4762ccfed
commit 4e9d0393ec
13 changed files with 212 additions and 14 deletions
@@ -1,5 +1,5 @@
import { messageListener } from "../../../shared/message-listener";
import { BaseElement } from "../_base";
import { BaseElement } from "../../../shared/_base";
import { NotificationBubble } from "./notification-bubble";
import './notification-bubbles.less';