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

@@ -12,7 +12,7 @@ export class Counter extends React.Component<void, CounterState> {
public render() {
return <div>
<h2>Counter</h2>
<h1>Counter</h1>
<p>This is a simple example of a React component.</p>