import React from 'react'; import './Code.scss'; const Code = ({ children }: React.Props<{}>) => (
{children}