Use imports

This commit is contained in:
2023-05-20 10:02:38 +08:00
parent f0b032e948
commit f13387163c
11 changed files with 22 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
import { exists } from "https://deno.land/[email protected]/fs/exists.ts";
import { initParser } from "https://deno.land/x/[email protected]/deno-dom-wasm-noinit.ts";
import { exists } from "std/fs/exists.ts";
import { initParser } from "deno_dom/deno-dom-wasm-noinit.ts";
export function sleep(time: number): Promise<undefined> {
return new Promise((r) => {