diff --git a/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutSite.jsx b/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutSite.jsx
index 25744e8..5797faf 100644
--- a/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutSite.jsx
+++ b/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutSite.jsx
@@ -2,6 +2,7 @@ import React from 'react';
import { Link } from 'react-router-dom';
import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAbout';
+import URL from "../../constants/url";
function EgovAboutSite() {
return (
@@ -10,8 +11,8 @@ function EgovAboutSite() {
{/* */}
- - Home
- - 센터 소개
+ - Home
+ - 센터 소개
- 인사말
diff --git a/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutSitemap.jsx b/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutSitemap.jsx
index 349d697..6f29f4f 100644
--- a/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutSitemap.jsx
+++ b/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutSitemap.jsx
@@ -1,13 +1,34 @@
import React, { useState } from 'react';
import {Link, useLocation, useNavigate} from 'react-router-dom';
import * as EgovNet from 'api/egovFetch';
+import URL from "../../constants/url";
function Sitemap(){
return (
- 사이트맵
+
+
+ {/* */}
+
+ {/* */}
+
+
+
+
);
}