Skip to content

Commit

Permalink
awaiting signature (MetaMask#11656)
Browse files Browse the repository at this point in the history
  • Loading branch information
EtDu authored Aug 17, 2021
1 parent e7dc42b commit 435b663
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/pages/swaps/awaiting-signatures/awaiting-signatures.stories.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from 'react';
import AwaitingSignatures from './awaiting-signatures';

export default {
title: 'Signatures',
};

export const AwaitingSignaturesComponent = () => {
return <AwaitingSignatures />;
};

0 comments on commit 435b663

Please sign in to comment.