- Linting... Prettier...
This commit is contained in:
@@ -11,11 +11,11 @@ import { name as appName } from './app.json';
|
||||
import { store } from './app/store/index.js';
|
||||
|
||||
const connectedApp = () => {
|
||||
return (
|
||||
<Provider store={store}>
|
||||
<App />
|
||||
</Provider>
|
||||
);
|
||||
return (
|
||||
<Provider store={store}>
|
||||
<App />
|
||||
</Provider>
|
||||
);
|
||||
};
|
||||
|
||||
AppRegistry.registerComponent(appName, () => connectedApp);
|
||||
|
||||
Reference in New Issue
Block a user