mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-08-07 22:22:26 -04:00
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:
parent
f49aa3ebb6
commit
a6c084cd6b
71 changed files with 2501 additions and 103 deletions
|
@ -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") + "/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue