cleanup internal package resolution

This commit is contained in:
Amruth Pillai
2025-01-13 11:53:42 +01:00
parent 51f38f0884
commit 0f8f2fe560
9 changed files with 66 additions and 60 deletions

View File

@ -1,6 +1,6 @@
import { FilterKeys } from "@reactive-resume/utils";
import { z } from "zod";
import { FilterKeys } from "../shared";
import { idSchema } from "../shared";
import { awardSchema } from "./award";
import { certificationSchema } from "./certification";