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 Foo() { return <p>Foo</p>; } Foo.displayName = 'Foo';