ui: fix auto import paths
This commit is contained in:
parent
b91f5df89f
commit
04db655776
3 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ import { useStore } from 'App/mstore';
|
||||||
import { observer } from 'mobx-react-lite';
|
import { observer } from 'mobx-react-lite';
|
||||||
import { IWebhook } from 'Types/webhook';
|
import { IWebhook } from 'Types/webhook';
|
||||||
import { App, List, Button, Typography, Space } from 'antd';
|
import { App, List, Button, Typography, Space } from 'antd';
|
||||||
import { PencilIcon } from '.store/lucide-react-virtual-b029c146a4/package';
|
import { PencilIcon } from 'lucide-react';
|
||||||
import usePageTitle from '@/hooks/usePageTitle';
|
import usePageTitle from '@/hooks/usePageTitle';
|
||||||
import { useModal } from 'Components/ModalContext';
|
import { useModal } from 'Components/ModalContext';
|
||||||
import WebhookForm from './WebhookForm';
|
import WebhookForm from './WebhookForm';
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@ import {
|
||||||
PlayerContext,
|
PlayerContext,
|
||||||
} from 'Components/Session/playerContext';
|
} from 'Components/Session/playerContext';
|
||||||
import { useStore } from '@/mstore';
|
import { useStore } from '@/mstore';
|
||||||
import { Switch, Tooltip } from './.store/antd-virtual-7db13b4af6/package';
|
import { Switch, Tooltip } from 'antd';
|
||||||
import {
|
import {
|
||||||
CaretRightOutlined,
|
CaretRightOutlined,
|
||||||
PauseOutlined,
|
PauseOutlined,
|
||||||
} from './.store/@ant-design-icons-virtual-de151eefe5/package';
|
} from '@ant-design/icons';
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
|
|
||||||
function AutoplayToggle() {
|
function AutoplayToggle() {
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ import {
|
||||||
LikeFilled,
|
LikeFilled,
|
||||||
LikeOutlined,
|
LikeOutlined,
|
||||||
} from '@ant-design/icons';
|
} from '@ant-design/icons';
|
||||||
import { Tour, TourProps } from './.store/antd-virtual-7db13b4af6/package';
|
import { Tour, TourProps } from 'antd';
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue