change order

This commit is contained in:
Bram Kragten 2023-05-30 22:59:34 +02:00
parent 64e7fc6591
commit 88522ed155
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// To use comlink under ES5
import { expose } from "comlink";
import "proxy-polyfill";
import { expose } from "comlink";
import type {
ClonedDataTableColumnData,
DataTableRowData,

View File

@ -1,7 +1,7 @@
// To use comlink under ES5
import "proxy-polyfill";
import { expose } from "comlink";
import { marked } from "marked";
import "proxy-polyfill";
import { filterXSS, getDefaultWhiteList, IWhiteList } from "xss";
let whiteListNormal: IWhiteList | undefined;