Skip to content

Commit

Permalink
add ConnectMassaWallet story
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed May 15, 2024
1 parent 59c314f commit 72a2bfa
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { ConnectMassaWallet } from './ConnectMassaWallet';

export default {
title: 'Lib/ConnectMassaWallet',
component: ConnectMassaWallet,
};

export const _Balance = {
render: () => <ConnectMassaWallet />,
};

0 comments on commit 72a2bfa

Please sign in to comment.