web: shrink flow build by not including router

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-29 15:53:56 +02:00
parent 464a56ad52
commit 0804b5e6c5
5 changed files with 3 additions and 8 deletions

View File

@ -1,8 +1,5 @@
import "construct-style-sheets-polyfill";
// Elements that are used by SiteShell pages
// And can't dynamically be imported
import "../elements/CodeMirror";
import "../elements/messages/MessageContainer";
import { customElement } from "lit-element";
import { me } from "../api/Users";