Get rid of MapView and MapState

This commit is contained in:
Matthias Schiffer 2018-10-31 15:10:40 +01:00
parent 60f03e3c5e
commit 68ff0cb4b1
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 27 additions and 58 deletions

View file

@ -1,6 +0,0 @@
import MapData from '../data/MapData';
export default class MapState {
public constructor(public readonly data: MapData) {
}
}