Cosmetic (reformat)
This commit is contained in:
parent
db0761efd1
commit
4bbb642b41
|
@ -30,10 +30,7 @@ setupIonicReact();
|
|||
const App: React.FC = () => (
|
||||
<IonApp>
|
||||
<Provider store={store}>
|
||||
<Slippy />
|
||||
<Layer>
|
||||
<TiledMap />
|
||||
</Layer>
|
||||
|
||||
</Provider>
|
||||
</IonApp>
|
||||
);
|
||||
|
|
|
@ -22,7 +22,6 @@ const Map: react.FC<{}> = (props: {}) => {
|
|||
window.addEventListener('resize', debouncedResizeHandler);
|
||||
}, []);
|
||||
|
||||
|
||||
return (
|
||||
<Fragment>
|
||||
<Slippy />
|
||||
|
|
|
@ -105,7 +105,9 @@ const mapSlice = createSlice({
|
|||
resize: (state) => {
|
||||
return computeStateFromScope(state.scope);
|
||||
},
|
||||
shift: (state, action) => {},
|
||||
shift: (state, action) => {
|
||||
|
||||
},
|
||||
scale: (state, action) => {},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue