1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-31 01:16:01 +02:00

fix: lint error

This commit is contained in:
Ivar Conradi Østhus 2021-03-11 16:11:49 +01:00
parent 24d9bb03b1
commit 9ed4e08cd4

View File

@ -2,7 +2,6 @@ import React, { useEffect } from 'react';
import { Menu, MenuItem } from 'react-mdl';
import { DropdownButton } from '../../common';
import PropTypes from 'prop-types';
import { enable } from 'debug';
const ALL_PROJECTS = { id: '*', name: '> All projects' };