diff options
Diffstat (limited to 'src/view')
-rw-r--r-- | src/view/MapView.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/MapView.ts b/src/view/MapView.ts index 61b8336..21f83d5 100644 --- a/src/view/MapView.ts +++ b/src/view/MapView.ts @@ -1,5 +1,3 @@ -import * as _ from 'lodash'; - import {nextPowerOf2} from '../util'; import Renderer from './Renderer'; |