From 9e62b9e07ac5e05d096772b62fc02f5cfcafba16 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Fri, 13 Sep 2024 18:01:47 +0200 Subject: [PATCH] chore: add files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e2895e9..44ae77c 100644 --- a/package.json +++ b/package.json @@ -189,5 +189,6 @@ "react-hook-form": "^7.44.3", "react-select": "^5.7.3", "zod": "^3.21.4" - } + }, + "type": "module" }