mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
change order
This commit is contained in:
parent
64e7fc6591
commit
88522ed155
@ -1,6 +1,6 @@
|
|||||||
// To use comlink under ES5
|
// To use comlink under ES5
|
||||||
import { expose } from "comlink";
|
|
||||||
import "proxy-polyfill";
|
import "proxy-polyfill";
|
||||||
|
import { expose } from "comlink";
|
||||||
import type {
|
import type {
|
||||||
ClonedDataTableColumnData,
|
ClonedDataTableColumnData,
|
||||||
DataTableRowData,
|
DataTableRowData,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// To use comlink under ES5
|
// To use comlink under ES5
|
||||||
|
import "proxy-polyfill";
|
||||||
import { expose } from "comlink";
|
import { expose } from "comlink";
|
||||||
import { marked } from "marked";
|
import { marked } from "marked";
|
||||||
import "proxy-polyfill";
|
|
||||||
import { filterXSS, getDefaultWhiteList, IWhiteList } from "xss";
|
import { filterXSS, getDefaultWhiteList, IWhiteList } from "xss";
|
||||||
|
|
||||||
let whiteListNormal: IWhiteList | undefined;
|
let whiteListNormal: IWhiteList | undefined;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user