ekzyis 5b2e835722 Separate client and server imports by files
* wallets now consist of an index.js, a client.js and a server.js file
* client.js is imported on the client and contains the client portion
* server.js is imported on the server and contains the server porition
* both reexport index.js so everything in index.js can be shared by client and server

* every wallet contains a client.js file since they are all imported on the client to show the cards

* client.js of every wallet is reexported as an array in wallets/client.js
* server.js of every wallet is reexported as an array in wallets/server.js

FIXME: for some reason, worker does not properly import the default export of wallets/server.js
2024-07-16 15:46:44 +02:00
..
2024-07-01 12:02:29 -05:00
2024-04-26 21:22:30 -05:00
2024-04-26 21:22:30 -05:00
2024-07-07 18:35:57 +02:00
2023-02-08 13:39:53 -06:00
2024-07-01 12:02:29 -05:00
2024-06-29 18:06:02 -05:00
2024-07-01 12:02:29 -05:00
2024-04-08 17:54:39 -05:00
2024-02-13 13:17:56 -06:00
2024-02-13 13:17:56 -06:00
2024-07-07 18:31:41 +02:00
2024-05-01 09:30:36 -05:00
2024-06-25 17:18:21 -05:00
2023-09-23 20:19:35 -05:00
2024-03-19 19:37:31 -05:00
2024-03-20 20:56:40 -05:00
2024-03-01 10:28:55 -06:00
2024-06-20 11:28:25 -05:00
2024-07-08 08:26:51 +02:00
2024-07-01 15:51:59 -05:00