Skip to content

Commit

Permalink
add theme, form, dialog, button, h2, label...
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Nov 27, 2023
1 parent 23da953 commit 4c1e8db
Show file tree
Hide file tree
Showing 17 changed files with 1,297 additions and 50 deletions.
15 changes: 15 additions & 0 deletions babel.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,19 @@ module.exports = {
],
"@babel/preset-typescript",
],
env: {
test: {
plugins: [
[
"babel-plugin-module-resolver",
{
alias: {
"@/components": "./src/components",
"@/lib/utils": "./src/lib/utils",
},
},
],
],
},
},
};
Loading

0 comments on commit 4c1e8db

Please sign in to comment.