diff --git a/shared-types/src/index.ts b/shared-types/src/index.ts index dd76c94..08527ce 100644 --- a/shared-types/src/index.ts +++ b/shared-types/src/index.ts @@ -5,7 +5,7 @@ */ export * from "./lib/achievement.constants"; export * from "./lib/achievement.types"; -export type * from "./lib/activity.types"; +export * from "./lib/activity.types"; export type * from "./lib/art.types"; export * from "./lib/audit.types"; export * from "./lib/auth.types";