wip: More account pages
This commit is contained in:
parent
c994e3898f
commit
373e5d078d
15 changed files with 531 additions and 59 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue