From ec2845b0e096798cc19b8ace722bb2201a35062d Mon Sep 17 00:00:00 2001 From: BluJ Date: Mon, 18 Jul 2022 15:51:01 -0600 Subject: [PATCH] chore: fix build --- compat/properties.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/properties.ts b/compat/properties.ts index 2dce936..eb6f6ca 100644 --- a/compat/properties.ts +++ b/compat/properties.ts @@ -1,5 +1,5 @@ import { YAML } from "../dependencies.ts"; -import { exists } from "../exists.ts"; +import { exists } from "../util.ts"; import { Effects, ExpectedExports, Properties, ResultType } from "../types.ts"; // deno-lint-ignore no-explicit-any