8 lines
221 B
TypeScript
8 lines
221 B
TypeScript
![]() |
import { PageLayout } from '../components/_shared/PageLayout'
|
|||
|
|
|||
|
export const CreateSettingsPage = () => {
|
|||
|
return <PageLayout>Настройки публикации</PageLayout>
|
|||
|
}
|
|||
|
|
|||
|
export const Page = CreateSettingsPage
|