UNPKG

@hackoregon/component-library

Version:

Official repo for Hack Oregon React component library

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