diff --git a/client/components/Nav.jsx b/client/components/Nav.jsx
index 154d9695..59041120 100644
--- a/client/components/Nav.jsx
+++ b/client/components/Nav.jsx
@@ -1,8 +1,12 @@
import PropTypes from 'prop-types';
import React from 'react';
+import { bindActionCreators } from 'redux';
+import { connect } from 'react-redux';
+import { withRouter } from 'react-router';
import { Link } from 'react-router';
import InlineSVG from 'react-inlinesvg';
import classNames from 'classnames';
+import * as IDEActions from '../modules/IDE/actions/ide';
import {
metaKeyName,
@@ -315,6 +319,30 @@ class Nav extends React.PureComponent {
Sketch
+
+
+
+
+
+