import React from 'react'; import './thin-underline.stories.scss'; export default { title: 'Mixins/thin-underline' }; export const Default = () =>
Hello
;