From b3592e24a430f4df1216ca63f74306b45cafb9c4 Mon Sep 17 00:00:00 2001 From: aadalal <57609353+AaDalal@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:39:31 -0400 Subject: [PATCH] re-export type from pcx-shared-components --- frontend/plan/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/plan/types.ts b/frontend/plan/types.ts index 29f410f7..d08a207b 100644 --- a/frontend/plan/types.ts +++ b/frontend/plan/types.ts @@ -1,4 +1,4 @@ -import { type User } from "pcx-shared-components/src/types"; +export { type User } from "pcx-shared-components/src/types"; export enum School { SEAS = "SEAS",