Update create-app template for better parity with example app

Fixes #4613

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-03-19 15:18:26 -06:00
parent dcb5d5e373
commit f88fe9dd9b
16 changed files with 433 additions and 61 deletions
@@ -75,7 +75,7 @@ const app = createApp({
You may also want to add a link to the catalog index page to your sidebar:
```tsx
// packages/app/src/sidebar.tsx
// packages/app/src/components/Root.tsx
import HomeIcon from '@material-ui/icons/Home';
// Somewhere within the <Sidebar>