mirror of
https://github.com/goauthentik/authentik
synced 2026-05-15 03:16:22 +02:00
9 lines
281 B
TypeScript
9 lines
281 B
TypeScript
// @ts-ignore
|
|
window["polymerSkipLoadingFontRoboto"] = true;
|
|
import "construct-style-sheets-polyfill";
|
|
import "@webcomponents/webcomponentsjs";
|
|
import "lit/polyfill-support.js";
|
|
|
|
import "@formatjs/intl-listformat/polyfill.js";
|
|
import "@formatjs/intl-listformat/locale-data/en.js";
|