import React from 'react'; import { Button } from './button'; export const BasicButton = () => ( <Button text="hello from Button" /> );