Get rid of MapView and MapState
This commit is contained in:
parent
60f03e3c5e
commit
68ff0cb4b1
4 changed files with 27 additions and 58 deletions
|
@ -1,6 +0,0 @@
|
|||
import MapData from '../data/MapData';
|
||||
|
||||
export default class MapState {
|
||||
public constructor(public readonly data: MapData) {
|
||||
}
|
||||
}
|
Reference in a new issue