We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad8cb8 commit 138c1d1Copy full SHA for 138c1d1
frontend/src/components/ConsumerGroups/__test__/List.spec.tsx
@@ -2,7 +2,6 @@ import React from 'react';
2
import { screen } from '@testing-library/react';
3
import { render } from 'lib/testHelpers';
4
import { useConsumerGroups } from 'lib/hooks/api/consumers';
5
-
6
import List from 'components/ConsumerGroups/List';
7
8
// Mock hooks
0 commit comments