Fix import (lint error)
All checks were successful
CI / Test and lint (push) Successful in 27s

This commit is contained in:
Râu Cao 2025-10-28 12:46:52 +01:00
parent d3ad136eab
commit 7fe0721416
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -1,5 +1,5 @@
import { load } from "@std/dotenv";
import { parse as parseYaml } from "jsr:@std/yaml";
import { parse as parseYaml } from "@std/yaml";
import { checkFileExists } from "./utils.ts";
import { log } from "./log.ts";