UNPKG

@travi/hapi-react-router

Version:

hapi route to delegate routing for html content to react-router

8 lines (5 loc) 109 B
import React from 'react'; export default function Bar() { return <p>Bar</p>; } Bar.displayName = 'Bar';