Skip to content

Commit 3701167

Browse files
committed
add docs imports
1 parent 6c58f85 commit 3701167

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

gui/src/components/WidgetsComponent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { ToggleableSkeletonVisualizerWidget } from './widgets/SkeletonVisualizer
1414
import { useAtomValue } from 'jotai';
1515
import { flatTrackersAtom } from '@/store/app-store';
1616
import { A } from './commons/A';
17+
import { DOCS_SITE } from '@/App';
1718

1819
function UnprioritizedStatuses() {
1920
const { l10n } = useLocalization();

gui/src/components/firmware-tool/AddImusStep.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { useGetFirmwaresImus } from '@/firmware-tool-api/firmwareToolComponents'
2222
import { CheckBox } from '@/components/commons/Checkbox';
2323
import { Tooltip } from '@/components/commons/Tooltip';
2424
import { A } from '@/components/commons/A';
25+
import { DOCS_SITE } from '@/App';
2526

2627
function IMUCard({
2728
control,

gui/src/components/onboarding/pages/ConnectTracker.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import { BaseModal } from '@/components/commons/BaseModal';
2727
import { useStatusContext } from '@/hooks/status-system';
2828
import { A } from '@/components/commons/A';
2929
import { CONNECT_TRACKER } from '@/utils/tauri';
30+
import { DOCS_SITE } from '@/App';
3031

3132
const statusLabelMap = {
3233
[WifiProvisioningStatus.NONE]:

gui/src/components/vrc/VRCWarningsPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import classNames from 'classnames';
1414
import { useLocaleConfig } from '@/i18n/config';
1515
import { A } from '@/components/commons/A';
1616
import { Button } from '@/components/commons/Button';
17+
import { DOCS_SITE } from '@/App';
1718

1819
function SettingRow({
1920
name,

0 commit comments

Comments
 (0)