File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { ToggleableSkeletonVisualizerWidget } from './widgets/SkeletonVisualizer
1414import { useAtomValue } from 'jotai' ;
1515import { flatTrackersAtom } from '@/store/app-store' ;
1616import { A } from './commons/A' ;
17+ import { DOCS_SITE } from '@/App' ;
1718
1819function UnprioritizedStatuses ( ) {
1920 const { l10n } = useLocalization ( ) ;
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import { useGetFirmwaresImus } from '@/firmware-tool-api/firmwareToolComponents'
2222import { CheckBox } from '@/components/commons/Checkbox' ;
2323import { Tooltip } from '@/components/commons/Tooltip' ;
2424import { A } from '@/components/commons/A' ;
25+ import { DOCS_SITE } from '@/App' ;
2526
2627function IMUCard ( {
2728 control,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import { BaseModal } from '@/components/commons/BaseModal';
2727import { useStatusContext } from '@/hooks/status-system' ;
2828import { A } from '@/components/commons/A' ;
2929import { CONNECT_TRACKER } from '@/utils/tauri' ;
30+ import { DOCS_SITE } from '@/App' ;
3031
3132const statusLabelMap = {
3233 [ WifiProvisioningStatus . NONE ] :
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import classNames from 'classnames';
1414import { useLocaleConfig } from '@/i18n/config' ;
1515import { A } from '@/components/commons/A' ;
1616import { Button } from '@/components/commons/Button' ;
17+ import { DOCS_SITE } from '@/App' ;
1718
1819function SettingRow ( {
1920 name,
You can’t perform that action at this time.
0 commit comments