- 메뉴 라우터 함수명 수정
This commit is contained in:
parent
af7ed4f2f4
commit
9fe93dc201
@ -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="자료 다운로드"/>
|
||||||
|
|||||||
@ -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"/>
|
||||||
|
|||||||
@ -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="공지사항"/>
|
||||||
|
|||||||
@ -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="회사정보 조회"/>
|
||||||
|
|||||||
@ -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="가격 마스터 조회" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user