8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
import OutBound from './OutBound'
|
|
|
|
export const generated = () => {
|
|
return <OutBound />
|
|
}
|
|
|
|
export default { title: 'Components/OutBound' }
|