Skip to content

Commit

Permalink
remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanwsh committed Jun 29, 2017
1 parent b78e256 commit fd0f2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/Components/TwoDVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import type { Player, Settings } from '../types';
import BaseCanvas from './BaseCanvas';
import THREE from "three";
import { getTouchesDistance, fovToProjection, mergeOptions } from '../utils'
import { getTouchesDistance, fovToProjection } from '../utils'

class TwoDVideo extends BaseCanvas{
_camera: any;
Expand Down

0 comments on commit fd0f2d0

Please sign in to comment.