Bring back @calcom/ui
parent
9448e67ed0
commit
b30995456c
|
@ -11,6 +11,7 @@ const withTM = require("next-transpile-modules")([
|
||||||
"@calcom/lib",
|
"@calcom/lib",
|
||||||
"@calcom/prisma",
|
"@calcom/prisma",
|
||||||
"@calcom/trpc",
|
"@calcom/trpc",
|
||||||
|
"@calcom/ui",
|
||||||
]);
|
]);
|
||||||
const { withAxiom } = require("next-axiom");
|
const { withAxiom } = require("next-axiom");
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
"@calcom/embed-snippet": "*",
|
"@calcom/embed-snippet": "*",
|
||||||
"@calcom/features": "*",
|
"@calcom/features": "*",
|
||||||
"@calcom/lib": "*",
|
"@calcom/lib": "*",
|
||||||
|
"@calcom/ui": "*",
|
||||||
"@sentry/nextjs": "^6.19.7",
|
"@sentry/nextjs": "^6.19.7",
|
||||||
"bcryptjs": "^2.4.3",
|
"bcryptjs": "^2.4.3",
|
||||||
"memory-cache": "^0.2.0",
|
"memory-cache": "^0.2.0",
|
||||||
|
|
Loading…
Reference in New Issue