From f502ca35240d895efe94fc09d43095555de6c97b Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Thu, 20 Jun 2024 15:29:27 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8D=BC=EB=B8=94=20=EC=97=85=EB=8E=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/committee/Schedule.jsx | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/egovframe-template-simple-react-contribution/src/pages/committee/Schedule.jsx b/egovframe-template-simple-react-contribution/src/pages/committee/Schedule.jsx index 46edaa3..ebe83b6 100644 --- a/egovframe-template-simple-react-contribution/src/pages/committee/Schedule.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/committee/Schedule.jsx @@ -1,7 +1,8 @@ import React, { useState } from 'react'; import {Link, useLocation, useNavigate} from 'react-router-dom'; import * as EgovNet from 'api/egovFetch'; -import URL from "../../constants/url"; + +import URL from "constants/url"; function Schedule(){ @@ -25,6 +26,29 @@ function Schedule(){
{/* */}

위원회일정

+ + {/* */} +
+
    + {/*이공간에 년도 및 월 검색기능 추가하시면 됩니다.*/} + {/*
  • */} + {/* */} + {/*
  • */} + {/*
  • */} + {/* */} + {/*
  • */} +
  • + +
  • +
+
+ {/* */} + +
관리자에 있는 달력을 추가해주세요. 달력은 생략합니다.