From b999c23753e317c82ff6a8d6ca0caec88a966e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Thu, 26 Oct 2023 11:14:24 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=20import=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Loading.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/components/Loading.jsx b/egovframe-template-simple-react-contribution/src/components/Loading.jsx index 7de64dd..e5ef8fa 100644 --- a/egovframe-template-simple-react-contribution/src/components/Loading.jsx +++ b/egovframe-template-simple-react-contribution/src/components/Loading.jsx @@ -1,7 +1,5 @@ import React from 'react'; import {Blocks} from "react-loader-spinner"; -import Row from 'react-bootstrap/Row'; -import Col from 'react-bootstrap/Col'; import {LoadingDiv} from "./Loading.style"; function Loading () {