From b30995456c2333d74d073981e52bd7beeb281f33 Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Fri, 21 Oct 2022 14:13:19 +0100 Subject: [PATCH] Bring back @calcom/ui --- next.config.js | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/next.config.js b/next.config.js index 568fe06270..7cbb49652e 100644 --- a/next.config.js +++ b/next.config.js @@ -11,6 +11,7 @@ const withTM = require("next-transpile-modules")([ "@calcom/lib", "@calcom/prisma", "@calcom/trpc", + "@calcom/ui", ]); const { withAxiom } = require("next-axiom"); diff --git a/package.json b/package.json index b6fe3c392d..ebdb500e63 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "@calcom/embed-snippet": "*", "@calcom/features": "*", "@calcom/lib": "*", + "@calcom/ui": "*", "@sentry/nextjs": "^6.19.7", "bcryptjs": "^2.4.3", "memory-cache": "^0.2.0",