fix: 修改包引入方式
This commit is contained in:
parent
59ce1a5218
commit
b5faa55ada
@ -1,8 +1,11 @@
|
||||
import React from 'react';
|
||||
import { ViewLargerImageModal, WarningRecordCard, IRecord, ViewLargerImageModalRef } from '@zhst/biz';
|
||||
import { IRecord } from '../../../WarningRecordCard';
|
||||
import { ViewLargerImageModalRef } from '../../../ViewLargerImageModal';
|
||||
import WarningRecordCard from '../../../WarningRecordCard';
|
||||
import ViewLargerImageModal from '../../../ViewLargerImageModal';
|
||||
import { Empty, Space, Spin } from 'antd';
|
||||
import "./index.less"
|
||||
import { LoadingOutlined } from '@ant-design/icons';
|
||||
import "./index.less"
|
||||
|
||||
interface WarningRecordListProps {
|
||||
dataSource?: IRecord[];
|
||||
|
@ -1,9 +1,10 @@
|
||||
import React, { useState } from 'react';
|
||||
import VideoPlayerCard from '../../../VideoPlayerCard';
|
||||
import { VideoPlayerCardProps } from '../../../VideoPlayerCard';
|
||||
import { Segmented } from 'antd';
|
||||
import { AppstoreOutlined, BarsOutlined } from '@ant-design/icons';
|
||||
import { VideoPlayerCard, VideoPlayerCardProps } from '@zhst/biz';
|
||||
import './index.less'
|
||||
import { theme } from 'antd/lib';
|
||||
import './index.less'
|
||||
|
||||
type Size = 'large' | 'small'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user