- 메뉴 라우터 함수명 수정
This commit is contained in:
parent
af7ed4f2f4
commit
9fe93dc201
@ -3,7 +3,7 @@
|
||||
import Hero from '@/components/Hero'
|
||||
import Archive from '@/components/community/Archive'
|
||||
|
||||
export default function IntroPage() {
|
||||
export default function CommunityArchivePage() {
|
||||
return (
|
||||
<>
|
||||
<Hero title="자료 다운로드"/>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
import Hero from '@/components/Hero'
|
||||
import Faq from '@/components/community/Faq'
|
||||
|
||||
export default function IntroPage() {
|
||||
export default function CommunityFaqPage() {
|
||||
return (
|
||||
<>
|
||||
<Hero title="FAQ"/>
|
||||
|
||||
@ -1,10 +1,9 @@
|
||||
|
||||
'use client'
|
||||
|
||||
import Hero from '@/components/Hero'
|
||||
import Notice from '@/components/community/Notice'
|
||||
|
||||
export default function IntroPage() {
|
||||
export default function CommunityNoticePage() {
|
||||
return (
|
||||
<>
|
||||
<Hero title="공지사항"/>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
import Hero from '@/components/Hero'
|
||||
import Company from '@/components/master/Company'
|
||||
|
||||
export default function IntroPage() {
|
||||
export default function MasterCompanyPage() {
|
||||
return (
|
||||
<>
|
||||
<Hero title="회사정보 조회"/>
|
||||
|
||||
@ -1,10 +1,9 @@
|
||||
|
||||
'use client'
|
||||
|
||||
import Hero from '@/components/Hero'
|
||||
import Price from '@/components/master/Price'
|
||||
|
||||
export default function IntroPage() {
|
||||
export default function MasterPricePage() {
|
||||
return (
|
||||
<>
|
||||
<Hero title="가격 마스터 조회" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user