mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
added semicolons in line endings
This commit is contained in:
parent
f4ec3e211c
commit
36127ceca5
@ -18,12 +18,12 @@ import {
|
||||
Form,
|
||||
Upload
|
||||
} from "antd";
|
||||
import Step1 from "./Step1"
|
||||
import Step2 from "./Step2"
|
||||
import Step3 from "./Step3"
|
||||
import styles from "./Style.less"
|
||||
import IconImage from "./IconImg"
|
||||
import UploadScreenshots from "./UploadScreenshots"
|
||||
import Step1 from "./Step1";
|
||||
import Step2 from "./Step2";
|
||||
import Step3 from "./Step3";
|
||||
import styles from "./Style.less";
|
||||
import IconImage from "./IconImg";
|
||||
import UploadScreenshots from "./UploadScreenshots";
|
||||
|
||||
const Paragraph = Typography;
|
||||
const Dragger = Upload.Dragger;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user