Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Jan 7, 2025
1 parent 18ef6e4 commit 474a7d7
Show file tree
Hide file tree
Showing 28 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion src/app/(main)/settings/provider/(detail)/azure/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Markdown } from '@lobehub/ui';
import { Markdown } from '@bentwnghk/ui';
import { AutoComplete, Input } from 'antd';
import { createStyles } from 'antd-style';
import { useTranslation } from 'react-i18next';
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/settings/provider/(detail)/github/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Markdown } from '@lobehub/ui';
import { Markdown } from '@bentwnghk/ui';
import { Input } from 'antd';
import { createStyles } from 'antd-style';
import { useTranslation } from 'react-i18next';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Markdown } from '@lobehub/ui';
import { Markdown } from '@bentwnghk/ui';
import { Input } from 'antd';
import { createStyles } from 'antd-style';
import { useTranslation } from 'react-i18next';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CheckCircleFilled } from '@ant-design/icons';
import { Alert, Highlighter } from '@lobehub/ui';
import { Alert, Highlighter } from '@bentwnghk/ui';
import { Button } from 'antd';
import { useTheme } from 'antd-style';
import { ListResponse } from 'ollama/browser';
Expand Down
4 changes: 2 additions & 2 deletions src/app/(main)/settings/provider/(list)/ProviderGrid/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ProviderCombine, ProviderIcon } from '@lobehub/icons';
import { Avatar } from '@lobehub/ui';
import { ProviderCombine, ProviderIcon } from '@bentwnghk/icons';
import { Avatar } from '@bentwnghk/ui';
import { Divider, Skeleton, Typography } from 'antd';
import { createStyles } from 'antd-style';
import Link from 'next/link';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Grid } from '@lobehub/ui';
import { Grid } from '@bentwnghk/ui';
import { Typography } from 'antd';
import { createStyles } from 'antd-style';
import isEqual from 'fast-deep-equal';
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/settings/provider/ProviderMenu/AddNew.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Icon, Tooltip } from '@lobehub/ui';
import { Icon, Tooltip } from '@bentwnghk/ui';
import { Button } from 'antd';
import { PlusIcon } from 'lucide-react';
import { useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/settings/provider/ProviderMenu/All.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon } from '@lobehub/ui';
import { Icon } from '@bentwnghk/ui';
import { WalletCards } from 'lucide-react';
import Link from 'next/link';
import { usePathname } from 'next/navigation';
Expand Down
4 changes: 2 additions & 2 deletions src/app/(main)/settings/provider/ProviderMenu/Item.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ProviderIcon } from '@lobehub/icons';
import { Avatar } from '@lobehub/ui';
import { ProviderIcon } from '@bentwnghk/icons';
import { Avatar } from '@bentwnghk/ui';
import { Badge } from 'antd';
import { createStyles } from 'antd-style';
import Link from 'next/link';
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/settings/provider/ProviderMenu/List.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { ActionIcon } from '@lobehub/ui';
import { ActionIcon } from '@bentwnghk/ui';
import { Typography } from 'antd';
import isEqual from 'fast-deep-equal';
import { ArrowDownUpIcon } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ProviderIcon } from '@lobehub/icons';
import { Avatar, SortableList } from '@lobehub/ui';
import { ProviderIcon } from '@bentwnghk/icons';
import { Avatar, SortableList } from '@bentwnghk/ui';
import { memo } from 'react';
import { Flexbox } from 'react-layout-kit';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Modal, SortableList } from '@lobehub/ui';
import { Modal, SortableList } from '@bentwnghk/ui';
import { App, Button } from 'antd';
import { createStyles } from 'antd-style';
import { memo, useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion src/app/(main)/settings/provider/ProviderMenu/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { SearchBar } from '@lobehub/ui';
import { SearchBar } from '@bentwnghk/ui';
import { useTheme } from 'antd-style';
import { ReactNode, memo } from 'react';
import { useTranslation } from 'react-i18next';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FormModal, Icon } from '@lobehub/ui';
import type { FormItemProps } from '@lobehub/ui/es/Form/components/FormItem';
import { FormModal, Icon } from '@bentwnghk/ui';
import type { FormItemProps } from '@bentwnghk/ui/es/Form/components/FormItem';
import { App, Input, Radio } from 'antd';
import { BrainIcon } from 'lucide-react';
import { useRouter } from 'next/navigation';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Modal } from '@lobehub/ui';
import { Modal } from '@bentwnghk/ui';
import { Button, FormInstance } from 'antd';
import { memo, useState } from 'react';
import { useTranslation } from 'react-i18next';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon } from '@lobehub/ui';
import { Icon } from '@bentwnghk/ui';
import { Button } from 'antd';
import { createStyles } from 'antd-style';
import { BrainIcon, LucideRefreshCcwDot, PlusIcon } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ActionIcon } from '@lobehub/ui';
import { ActionIcon } from '@bentwnghk/ui';
import { Typography } from 'antd';
import isEqual from 'fast-deep-equal';
import { ArrowDownUpIcon, ToggleLeft } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Modal } from '@lobehub/ui';
import { Modal } from '@bentwnghk/ui';
import { Button, FormInstance } from 'antd';
import isEqual from 'fast-deep-equal';
import { memo, useState } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ModelIcon } from '@lobehub/icons';
import { ActionIcon, Tag, copyToClipboard } from '@lobehub/ui';
import { ModelIcon } from '@bentwnghk/icons';
import { ActionIcon, Tag, copyToClipboard } from '@bentwnghk/ui';
import { App, Switch, Typography } from 'antd';
import { createStyles, useTheme } from 'antd-style';
import { LucidePencil, TrashIcon } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon } from '@lobehub/ui';
import { Icon } from '@bentwnghk/ui';
import { Input, InputProps } from 'antd';
import { SearchIcon } from 'lucide-react';
import { memo, useState } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ActionIcon, Icon } from '@lobehub/ui';
import { ActionIcon, Icon } from '@bentwnghk/ui';
import { Button, Skeleton, Space, Typography } from 'antd';
import { useTheme } from 'antd-style';
import { CircleX, LucideRefreshCcwDot, PlusIcon } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { ActionIcon } from '@lobehub/ui';
import { ActionIcon } from '@bentwnghk/ui';
import { Typography } from 'antd';
import isEqual from 'fast-deep-equal';
import { ToggleRightIcon } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ModelIcon } from '@lobehub/icons';
import { SortableList } from '@lobehub/ui';
import { ModelIcon } from '@bentwnghk/icons';
import { SortableList } from '@bentwnghk/ui';
import { memo } from 'react';
import { Flexbox } from 'react-layout-kit';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Modal, SortableList } from '@lobehub/ui';
import { Modal, SortableList } from '@bentwnghk/ui';
import { App, Button } from 'antd';
import { createStyles } from 'antd-style';
import { memo, useState } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';

import { CheckCircleFilled } from '@ant-design/icons';
import { Alert, Highlighter } from '@lobehub/ui';
import { Alert, Highlighter } from '@bentwnghk/ui';
import { Button } from 'antd';
import { useTheme } from 'antd-style';
import { memo, useState } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FormModal, Icon } from '@lobehub/ui';
import type { FormItemProps } from '@lobehub/ui/es/Form/components/FormItem';
import { FormModal, Icon } from '@bentwnghk/ui';
import type { FormItemProps } from '@bentwnghk/ui/es/Form/components/FormItem';
import { App, Button, Input } from 'antd';
import { BrainIcon } from 'lucide-react';
import { useRouter } from 'next/navigation';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Icon, Tooltip } from '@lobehub/ui';
import { Icon, Tooltip } from '@bentwnghk/ui';
import { Button } from 'antd';
import isEqual from 'fast-deep-equal';
import { SettingsIcon } from 'lucide-react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';

import { ProviderCombine } from '@lobehub/icons';
import { Avatar, Form, type FormItemProps, Icon, type ItemGroup, Tooltip } from '@lobehub/ui';
import { ProviderCombine } from '@bentwnghk/icons';
import { Avatar, Form, type FormItemProps, Icon, type ItemGroup, Tooltip } from '@bentwnghk/ui';
import { useDebounceFn } from 'ahooks';
import { Input, Skeleton, Switch } from 'antd';
import { createStyles } from 'antd-style';
Expand Down

0 comments on commit 474a7d7

Please sign in to comment.