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

@ -4,11 +4,9 @@ import { ROUTES } from "../../routes";
import { RouteMatch } from "./RouteMatch";
import AKGlobal from "../../authentik.css";
import "../../pages/generic/SiteShell";
import "./Router404";
import { Page } from "../Page";
export const TITLE_SUFFIX = "authentik";
import { TITLE_SUFFIX } from "../../constants";
@customElement("ak-router-outlet")
export class RouterOutlet extends LitElement {