Skip to content

Commit

Permalink
Update menu.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng committed Sep 3, 2024
1 parent 8edd5d5 commit e570c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/components/menu/menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import React from 'react';
import {AppNavigation} from '@greenbone/opensight-ui-components';

import useTranslation from 'web/hooks/useTranslation';
import useCapabilities from 'web/utils/useCapabilities';
import useGmp from 'web/utils/useGmp';
import useCapabilities from 'web/hooks/useCapabilities';
import useGmp from 'web/hooks/useGmp';
import {useRouteMatch} from 'react-router-dom';

import Link from 'web/components/link/link';
Expand Down

0 comments on commit e570c90

Please sign in to comment.