syntax fixing images.js

This commit is contained in:
niclaz 2024-09-08 23:04:20 +02:00 committed by GitHub
parent c65d2defdf
commit 15c48e5980
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { Engine } from "./engine.js"; import { Engine } from "./engine.js";
import { join } from "jsr:@std/path@0.224.0/path/mod.ts"; import { join } from "jsr:@std/path@0.224.0";
import { exists } from "jsr:@std/path@0.224.0/fs/exists.ts"; import { exists } from "jsr:@std/fs@0.224.0";
const engine = new Engine(); const engine = new Engine();
await engine.init(); await engine.init();