Change ReactSpa template to something more like a dashboard with sidebar navigation

This commit is contained in:
SteveSandersonMS
2016-02-24 14:41:29 +00:00
parent eac76683cc
commit a6ea8b5101
9 changed files with 122 additions and 159 deletions

View File

@@ -3,9 +3,11 @@ import * as React from 'react';
export class About extends React.Component<void, void> {
public render() {
return <div>
<h2>About</h2>
<h1>About</h1>
<p>Use this area to provide additional information.</p>
<p>This is another component.</p>
<p>It's here to demonstrate navigation.</p>
</div>;
}
}