Skip to content

Commit 61be6b8

Browse files
committed
website: fix #124
1 parent 69d2f3f commit 61be6b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/src/pages/team/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1+
import { Layout, Row, Col } from 'uiw';
12
import { DefaultProps } from '../../';
23
import styles from './index.module.less';
34
import FooterTitle from '../../component/Footer'
4-
import { Layout, Row, Col, Loader } from 'uiw';
55
import { useFetch } from '../../hook/useFetch'
66
const { Footer, Content } = Layout;
77

8-
9-
108
export default function Team(props: DefaultProps) {
119

1210
const developInfo = [

0 commit comments

Comments
 (0)