Skip to content

Commit

Permalink
Fix meshlayer exmaple (#3807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Oct 22, 2019
1 parent b842628 commit 88719db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/website/mesh/app.js
Expand Up @@ -8,7 +8,7 @@ import {
LightingEffect,
AmbientLight
} from '@deck.gl/core';
import {SolidPolygonLayer} from 'deck.gl/layers';
import {SolidPolygonLayer} from '@deck.gl/layers';
import {SimpleMeshLayer} from '@deck.gl/mesh-layers';

import {OBJLoader} from '@loaders.gl/obj';
Expand Down

0 comments on commit 88719db

Please sign in to comment.