Skip to content

Commit 8f003a4

Browse files
feat: Removed unused packages (#998)
2 parents 8eb7120 + 095c913 commit 8f003a4

File tree

3 files changed

+16488
-15133
lines changed

3 files changed

+16488
-15133
lines changed

apps/web/pages/imports/[id].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function ImportDetails() {
4848
templateId: router.query.id as string,
4949
});
5050
const { showWidget, isImplerInitiated } = useImpler({
51-
primaryColor: '#DC143C', //colors.blue,
51+
primaryColor: colors.blue,
5252
templateId: templateData?._id,
5353
projectId: templateData?._projectId,
5454
accessToken: profileInfo?.accessToken,

apps/widget/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"@storybook/react": "^6.5.13",
5454
"@tanstack/react-query": "^4.14.5",
5555
"axios": "1.6.2",
56-
"chroma-js": "^3.1.2",
5756
"cooltipz-css": "^2.3.0",
5857
"cross-env": "^7.0.3",
5958
"file-saver": "^2.0.5",

0 commit comments

Comments
 (0)