docuservix/pages: добавление пустой страницы чата
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Layout from '@theme/Layout';
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
export function ChatPage(): ReactNode {
|
||||
return (
|
||||
<Layout title="Чат">
|
||||
<main className="container margin-vert--lg">Hello world!</main>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user