|
@ -1,7 +1,7 @@ |
|
|
import React, { useEffect } from 'react'; |
|
|
import React, { useEffect } from 'react'; |
|
|
import { connect } from 'react-redux'; |
|
|
import { connect } from 'react-redux'; |
|
|
import { Spin, Card } from '@douyinfe/semi-ui'; |
|
|
import { Spin, Card } from '@douyinfe/semi-ui'; |
|
|
|
|
|
import '../style.less' |
|
|
const { Meta } = Card; |
|
|
const { Meta } = Card; |
|
|
|
|
|
|
|
|
const Example = (props) => { |
|
|
const Example = (props) => { |
|
|