import * as React from 'react'; import { style } from 'typestyle'; import * as styles from '../../internal/styles'; export const Error = ({ children }: { children?: any }) => { return
; } export const P = ({ children }: { children?: any }) => { return ; } export const H1 = ({ children, id }: { children?: any, id?: string }) => { return ; }