import React from 'react'; import GithubIcon from './github_icon'; import { Button, IconButton } from '../../components/button'; const ButtonTest = () => (
Buttons

lorem ipsum...

); export default ButtonTest;