feat: WYSIWYG 전용 경로 추가(/[locale]/wysiwyg) 및 샘플 페이지/테스트 구현

This commit is contained in:
2025-11-17 01:56:07 +09:00
parent e34a2c9192
commit 9ced249015
3 changed files with 56 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import WysiwygPage from '@/components/wysiwyg/WysiwygPage'
export default function Page() {
return <WysiwygPage />
}