UNPKG

@hackoregon/component-library

Version:

Official repo for Hack Oregon React component library

12 lines (9 loc) 252 B
import React from "react"; import { storybookStyles } from "../storyStyles"; const FormsStyle = () => ( <div style={storybookStyles.main}> <h1>Forms</h1> <p>Placeholder for Forms style guidelines.</p> </div> ); export default FormsStyle;