Bring back @calcom/ui

pull/9078/head
Alex van Andel 2022-10-21 14:13:19 +01:00
parent 9448e67ed0
commit b30995456c
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ const withTM = require("next-transpile-modules")([
"@calcom/lib",
"@calcom/prisma",
"@calcom/trpc",
"@calcom/ui",
]);
const { withAxiom } = require("next-axiom");

View File

@ -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",