mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Update formatting for importing functions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createStore, applyMiddleware } from 'redux';
|
||||
import { Provider } from 'react-redux';
|
||||
import {createStore, applyMiddleware} from 'redux';
|
||||
import {Provider} from 'react-redux';
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import thunkMiddleware from 'redux-thunk';
|
||||
|
||||
Reference in New Issue
Block a user