diff --git a/source/components/ESNavbar/ESNavbar.js b/source/components/ESNavbar/ESNavbar.js
index 9dca784..796223e 100644
--- a/source/components/ESNavbar/ESNavbar.js
+++ b/source/components/ESNavbar/ESNavbar.js
@@ -6,6 +6,7 @@ import Nav from 'react-bootstrap/Nav';
import PropTypes from 'prop-types';
import DownloadButton from '../DownloadButton';
import HomeButton from '../HomeButton';
+import UploadButton from '../UploadButton';
import Settings from '../Settings/Settings';
function ESNavbar(props) {
@@ -24,6 +25,7 @@ function ESNavbar(props) {
>
{url ?