Skip to content

Commit

Permalink
console: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJankoski committed Aug 1, 2024
1 parent 172cafd commit 8218bc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import React, { useCallback, useEffect, useState } from 'react'
import React, { useCallback, useState } from 'react'
import { defineMessages } from 'react-intl'
import { useParams, useSearchParams } from 'react-router-dom'
import { Col, Row } from 'react-grid-system'
Expand Down

0 comments on commit 8218bc6

Please sign in to comment.