UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

10 lines (7 loc) 134 B
import React from 'react'; const FourOhFour = () => ( <div> Uh oh, this page dun exist </div> ); export default FourOhFour;