1
0
Fork 0

wip: More account pages

This commit is contained in:
joostdecock 2024-12-24 11:13:02 +01:00
parent c994e3898f
commit 373e5d078d
15 changed files with 531 additions and 59 deletions

View file

@ -36,8 +36,6 @@ const strings = {
* @params {bool} props.welcome - Set to true to use this component on the welcome page
*/
export const Compare = ({ welcome = false }) => {
if (!Link) Link = WebLink
// Hooks
const { account, setAccount } = useAccount()
const backend = useBackend()