hotfix: add missing package import (#2850)

This commit is contained in:
McPizza
2024-12-08 19:13:54 +01:00
committed by GitHub
parent 3c588beebe
commit c648235390

View File

@@ -1,3 +1,4 @@
import slugify from "@sindresorhus/slugify";
import { z } from "zod";
import { slugSchema } from "@app/lib/schemas";