chore(dev): foundational ui elements

- Sidebar nav
- Buttons
- Connection Progress
- Available Balance
- providers
- theme and layout
- Storybook stories
- unit tests
- react dev tools

Authored-by: schowdhuri
Reviewed-by: localredhead
This commit is contained in:
Subir 2022-04-27 21:02:21 +05:30
parent f49aa3ebb6
commit a6c084cd6b
No known key found for this signature in database
GPG key ID: 2D633D8047FD3FF0
71 changed files with 2501 additions and 103 deletions

View file

@ -33,6 +33,7 @@ const config = {
root: PACKAGE_ROOT,
resolve: {
alias: {
"@assets/": join(PACKAGE_ROOT, "assets") + "/",
"@atoms/": join(PACKAGE_ROOT, "src", "components", "atoms") + "/",
"@constants/": join(PACKAGE_ROOT, "src", "constants") + "/",
"@molecules/": join(PACKAGE_ROOT, "src", "components", "molecules") + "/",