# App

App is a base wrapper component which sets up our store and pages for next.js. This will eventually support both mobile and web.

## Usage

```js
// _app.tsx
import { App } from "mazlo-ui";

export default App;
```
