import { FunctionComponent } from "react"; type Props = {}; export const Intro: FunctionComponent = () => { return (

Debug is turned on for all stories so that the bar always shows up

); };