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(){