Skip to content

Commit 49d77ee

Browse files
committedMar 22, 2024·
🐛 fix: rename
1 parent cc60459 commit 49d77ee

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
 

‎src/app/settings/sync/Alert.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22

3-
import { Alert } from '@lobehub/ui';
3+
import { Alert } from '@bentwnghk/ui';
44
import { memo } from 'react';
55
import { useTranslation } from 'react-i18next';
66
import { Flexbox } from 'react-layout-kit';

‎src/app/settings/sync/DeviceInfo/DeviceName.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22

3-
import { EditableText } from '@lobehub/ui';
3+
import { EditableText } from '@bentwnghk/ui';
44
import { Typography } from 'antd';
55
import { memo, useState } from 'react';
66
import { useTranslation } from 'react-i18next';

‎src/app/settings/sync/WebRTC/ChannelNameInput.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ActionIcon } from '@lobehub/ui';
1+
import { ActionIcon } from '@bentwnghk/ui';
22
import { Input, InputProps } from 'antd';
33
import { FormInstance } from 'antd/es/form/hooks/useForm';
44
import { LucideDices } from 'lucide-react';

‎src/app/settings/sync/WebRTC/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22

33
import { SiWebrtc } from '@icons-pack/react-simple-icons';
4-
import { Form, type ItemGroup, Tooltip } from '@lobehub/ui';
4+
import { Form, type ItemGroup, Tooltip } from '@bentwnghk/ui';
55
import { Form as AntForm, Input, Switch, Typography } from 'antd';
66
import { memo } from 'react';
77
import { useTranslation } from 'react-i18next';

‎src/features/SyncStatusInspector/DisableSync.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Icon, Tag } from '@lobehub/ui';
1+
import { Icon, Tag } from '@bentwnghk/ui';
22
import { Badge, Button, Popover } from 'antd';
33
import { TooltipPlacement } from 'antd/es/tooltip';
44
import { LucideCloudCog, LucideCloudy } from 'lucide-react';

‎src/features/SyncStatusInspector/EnableSync.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ActionIcon, Avatar, Icon } from '@lobehub/ui';
1+
import { ActionIcon, Avatar, Icon } from '@bentwnghk/ui';
22
import { Divider, Popover, Switch, Tag, Typography } from 'antd';
33
import { createStyles } from 'antd-style';
44
import { TooltipPlacement } from 'antd/es/tooltip';

‎src/features/SyncStatusInspector/EnableTag.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Icon, Tooltip } from '@lobehub/ui';
1+
import { Icon, Tooltip } from '@bentwnghk/ui';
22
import { Badge, Tag } from 'antd';
33
import { LucideCloudy, LucideRefreshCw, LucideRouter, LucideWifiOff } from 'lucide-react';
44
import { memo } from 'react';

0 commit comments

Comments
 (0)
Please sign in to comment.