From 3bab112ff0523a5769c509d598aeb6c6973e99f7 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 10 Jun 2024 12:18:24 -0500 Subject: [PATCH] fix: fabric typo --- CoCreate.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index 9fa1f10..5ffbb29 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -290,7 +290,7 @@ module.exports = { "import": "@cocreate/stripe", "selector": "[stripe]" }, - "fbabric": { + "fabric": { "import": "@cocreate/fabric", "selector": "[fabric]" }