Web build: fix circular dep warnings (#32941)

This commit is contained in:
Lisa Kim 2023-10-04 09:57:26 -07:00 committed by GitHub
parent b12df4d93b
commit 5097c8dc26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';