Skip to content

Commit

Permalink
Web build: fix circular dep warnings (#32975)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed Oct 4, 2023
1 parent e49d2f0 commit 0f824e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/teleport/src/Discover/Discover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Box } from 'design';
import { FeatureBox } from 'teleport/components/Layout';

import { Navigation } from 'teleport/Discover/Navigation/Navigation';
import { SelectResource } from 'teleport/Discover/SelectResource';
import { SelectResource } from 'teleport/Discover/SelectResource/SelectResource';
import cfg from 'teleport/config';

import { EViewConfigs } from './types';
Expand Down

0 comments on commit 0f824e0

Please sign in to comment.