import React from 'react'; import './fab.scss'; export const Fab = (props) => { return (
{props.children}
); }