Sha256: 258bdf4fbdb6e84d32f4ccdafc0a9b9990a1ea6fd7e4946b058578b9db47c381
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
import React from 'react'; export default function RootView() { return ( <div className="fancy-header"> <h1>Welcome to the Hippo Framework</h1> <p>This is the default root view. You can change it by returning a different one from the rootView() method in the the extension.js file.</p> </div> ); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hippo-fw-0.9.5 | client/hippo/workspace/root-view.jsx |