import { Route } from 'react-router-dom'; import { SentryRoutes } from '@/shared/configs/sentry'; import { ROUTE_NAMES } from '@/shared/constants/route-names'; import { NoticeListPage } from './notice/list-page'; import { NoticeDetailPage } from './notice/detail-page'; import { FaqListPage } from './faq/list-page'; import { FaqDetailPage } from './faq/detail-page'; import { QnaListPage } from './qna/list-page'; import { QnaDetailPage } from './qna/detail-page'; import { QnaRegisterPage } from './qna/register-page'; export const SupportPages = () => { return ( <> } /> } /> } /> } /> } /> } /> } /> ); };