Skip to content
Snippets Groups Projects
Commit 8f73055e authored by Vitor Mateus De Almeida's avatar Vitor Mateus De Almeida
Browse files

Fix lodash import

parent 43bb1f92
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ import Storage from '/imports/ui/services/storage/session';
import { Session } from 'meteor/session';
import { withLayoutConsumer } from '/imports/ui/components/layout/context';
import { isVideoBroadcasting } from '/imports/ui/components/screenshare/service';
import _ from 'lodash';
const windowWidth = () => window.innerWidth;
const windowHeight = () => window.innerHeight;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment