chore: refactor component imports

This commit is contained in:
Enrico Sacchetti 2023-01-20 20:18:33 -05:00
commit 0f7d96bf37
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
6 changed files with 13 additions and 6 deletions

View file

@ -4,6 +4,7 @@
"license": "Apache-2.0",
"description": "Svelte implementation of the Carbon Design System",
"type": "module",
"module": "src/carbon-components-svelte",
"scripts": {
"test:types": "svelte-check --workspace tests",
"lint": "prettier --write \"**/*.{svelte,md,js,json,ts}\"",