web: remove deprecated rollup-plugin-node-resolve

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-11-04 22:34:48 +01:00
parent 023b97aa69
commit e587c53e18
218 changed files with 448 additions and 429 deletions

View File

@ -2,7 +2,7 @@ import { t } from "@lingui/macro";
import { CSSResult, LitElement, css } from "lit";
import { TemplateResult, html } from "lit";
import { customElement, property } from "lit/decorators";
import { customElement, property } from "lit/decorators.js";
import AKGlobal from "../../authentik.css";
import PFForm from "@patternfly/patternfly/components/Form/form.css";