- 메뉴 라우터 함수명 수정

This commit is contained in:
minsik 2024-08-01 14:48:21 +09:00
parent af7ed4f2f4
commit 9fe93dc201
5 changed files with 5 additions and 7 deletions

View File

@ -3,7 +3,7 @@
import Hero from '@/components/Hero' import Hero from '@/components/Hero'
import Archive from '@/components/community/Archive' import Archive from '@/components/community/Archive'
export default function IntroPage() { export default function CommunityArchivePage() {
return ( return (
<> <>
<Hero title="자료 다운로드"/> <Hero title="자료 다운로드"/>

View File

@ -3,7 +3,7 @@
import Hero from '@/components/Hero' import Hero from '@/components/Hero'
import Faq from '@/components/community/Faq' import Faq from '@/components/community/Faq'
export default function IntroPage() { export default function CommunityFaqPage() {
return ( return (
<> <>
<Hero title="FAQ"/> <Hero title="FAQ"/>

View File

@ -1,10 +1,9 @@
'use client' 'use client'
import Hero from '@/components/Hero' import Hero from '@/components/Hero'
import Notice from '@/components/community/Notice' import Notice from '@/components/community/Notice'
export default function IntroPage() { export default function CommunityNoticePage() {
return ( return (
<> <>
<Hero title="공지사항"/> <Hero title="공지사항"/>

View File

@ -3,7 +3,7 @@
import Hero from '@/components/Hero' import Hero from '@/components/Hero'
import Company from '@/components/master/Company' import Company from '@/components/master/Company'
export default function IntroPage() { export default function MasterCompanyPage() {
return ( return (
<> <>
<Hero title="회사정보 조회"/> <Hero title="회사정보 조회"/>

View File

@ -1,10 +1,9 @@
'use client' 'use client'
import Hero from '@/components/Hero' import Hero from '@/components/Hero'
import Price from '@/components/master/Price' import Price from '@/components/master/Price'
export default function IntroPage() { export default function MasterPricePage() {
return ( return (
<> <>
<Hero title="가격 마스터 조회" /> <Hero title="가격 마스터 조회" />