From 2de24d77df899086f54e716f17d800d5c5014367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Wed, 18 Dec 2019 21:54:52 +0800 Subject: [PATCH] . --- .../modules/tpm/shixunchild/Challenges/Challenges.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js b/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js index a3a3be028..307823ee8 100644 --- a/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js +++ b/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js @@ -1,18 +1,18 @@ -import React, { Component } from 'react';; +import React, { Component } from 'react'; import { Link } from "react-router-dom"; -import { getImageUrl ,markdownToHTML, configShareForCustom} from 'educoder' +import { getImageUrl ,markdownToHTML, configShareForCustom} from 'educoder'; import { CircularProgress } from 'material-ui/Progress'; import { Modal, Spin, Tooltip ,message,Icon,Button,Divider} from 'antd'; -import 'antd/lib/pagination/style/index.css'; +import axios from 'axios'; -import '../shixunchildCss/Challenges.css' +import 'antd/lib/pagination/style/index.css'; -import axios from 'axios'; +import '../shixunchildCss/Challenges.css'; import AccountProfile from"../../../user/AccountProfile";