Skip to content

Commit

Permalink
feat: taglib imports for skeleton components
Browse files Browse the repository at this point in the history
  • Loading branch information
LuLaValva committed Feb 6, 2024
1 parent 29b1bba commit b5f5859
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion marko.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"taglib-imports": [
"./src/components/ebay-icon/marko.json",
"./src/components/ebay-star-rating/marko.json",
"./src/components/ebay-flag/marko.json"
"./src/components/ebay-flag/marko.json",
"./src/components/ebay-skeleton/marko.json"
]
}
4 changes: 4 additions & 0 deletions src/components/ebay-skeleton/marko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"taglib-id": "ebayui-core-skeleton",
"tags-dir": "./components"
}

0 comments on commit b5f5859

Please sign in to comment.