## AppContainer
The top level app component that sits on top of other components.

### Example Usage

```js
<AppContainer  />
```


### Other Information
Store global state, such as an auth token or a user here.
