Remove unused index for dropdowns (#8615)
parent
e7bb0876f5
commit
9e8f922c10
@ -1,11 +0,0 @@ |
|||||||
// Reusable Dropdown Components
|
|
||||||
// TODO: Refactor into separate components
|
|
||||||
import { Dropdown } from './components/dropdown' |
|
||||||
|
|
||||||
// App-Specific Instances
|
|
||||||
import NetworkDropdown from './network-dropdown' |
|
||||||
|
|
||||||
export default { |
|
||||||
NetworkDropdown, |
|
||||||
Dropdown, |
|
||||||
} |
|
Loading…
Reference in new issue