We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d2f3f commit 61be6b8Copy full SHA for 61be6b8
website/src/pages/team/index.tsx
@@ -1,12 +1,10 @@
1
+import { Layout, Row, Col } from 'uiw';
2
import { DefaultProps } from '../../';
3
import styles from './index.module.less';
4
import FooterTitle from '../../component/Footer'
-import { Layout, Row, Col, Loader } from 'uiw';
5
import { useFetch } from '../../hook/useFetch'
6
const { Footer, Content } = Layout;
7
8
-
9
10
export default function Team(props: DefaultProps) {
11
12
const developInfo = [
0 commit comments