import React from 'react'; import ConfirmTransactionBase from '.'; export default { title: 'Confirmation Screens', }; const PageSet = ({ children }) => { return children; }; export const ConfirmTransactionBaseComponent = () => { return ( ); };