UNPKG

@hackoregon/component-library

Version:

Official repo for Hack Oregon React component library

12 lines (9 loc) 308 B
import React from "react"; import { storybookStyles } from "../storyStyles"; const CivicPlatformStyle = () => ( <div style={storybookStyles.main}> <h1>CIVIC Platform Components Style Guide</h1> <p>This is the Style Guide for the CIVIC Platform.</p> </div> ); export default CivicPlatformStyle;