diff --git a/ui/src/shared/components/DropdownMenu.js b/ui/src/shared/components/DropdownMenu.js
deleted file mode 100644
index bdb007593..000000000
--- a/ui/src/shared/components/DropdownMenu.js
+++ /dev/null
@@ -1,153 +0,0 @@
-import React from 'react'
-import PropTypes from 'prop-types'
-import {Link} from 'react-router'
-
-import classnames from 'classnames'
-import {DROPDOWN_MENU_MAX_HEIGHT} from 'shared/constants/index'
-import FancyScrollbar from 'shared/components/FancyScrollbar'
-
-// AddNewResource is an optional parameter that takes the user to another
-// route defined by url prop
-const AddNewButton = ({url, text}) => (
-