From fab19133bdf17fe08395e0f09837562cf566a0a0 Mon Sep 17 00:00:00 2001 From: David Worms Date: Sun, 16 Jun 2024 17:43:18 +0200 Subject: [PATCH] fix(system): invalid utils import --- packages/system/lib/limits/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/system/lib/limits/index.js b/packages/system/lib/limits/index.js index 78426b208..86e1e8816 100644 --- a/packages/system/lib/limits/index.js +++ b/packages/system/lib/limits/index.js @@ -1,5 +1,5 @@ // Dependencies -import regexp from "@nikitajs/core/utils/regexp"; +import regexp from "@nikitajs/utils/regexp"; import definitions from "./schema.json" with { type: "json" }; // Action