Commit 39a45f81 by G

alias directly to the correct restyle component

parent b72121ca
......@@ -4,6 +4,10 @@
"strict": true,
"baseUrl": ".",
"paths": {
"@re-box": ["./src/components/bases/Box.tsx"],
"@re-text": ["./src/components/bases/Text.tsx"],
"@re-card": ["./src/components/bases/Card.tsx"],
"@re-button": ["./src/components/bases/ButtonBase.tsx"],
"@screens/*": ["./src/screens/*"],
"@components/*": ["./src/components/*"],
"@themes/*": ["./src/themes/*"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment