mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-08-07 22:22:26 -04:00
feat: haveno daemon integration
- create account - login - change password - haveno hooks - electron-store hooks - haveno-ts --- Authored-by: schowdhuri Reviewed-by: localredhead
This commit is contained in:
parent
7bcf36d595
commit
a0c7875391
109 changed files with 2276 additions and 573 deletions
|
@ -36,6 +36,7 @@ const config = {
|
|||
"@assets/": join(PACKAGE_ROOT, "assets") + "/",
|
||||
"@atoms/": join(PACKAGE_ROOT, "src", "components", "atoms") + "/",
|
||||
"@constants/": join(PACKAGE_ROOT, "src", "constants") + "/",
|
||||
"@hooks/": join(PACKAGE_ROOT, "src", "hooks") + "/",
|
||||
"@molecules/": join(PACKAGE_ROOT, "src", "components", "molecules") + "/",
|
||||
"@organisms/": join(PACKAGE_ROOT, "src", "components", "organisms") + "/",
|
||||
"@pages/": join(PACKAGE_ROOT, "src", "pages") + "/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue