build ok,
This commit is contained in:
11
002_source/cms/src/app/dashboard/chat/compose/page.tsx
Normal file
11
002_source/cms/src/app/dashboard/chat/compose/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
import type { Metadata } from 'next';
|
||||
|
||||
import { config } from '@/config';
|
||||
import { ComposeView } from '@/components/dashboard/chat/compose-view';
|
||||
|
||||
export const metadata = { title: `Compose | Chat | Dashboard | ${config.site.name}` } satisfies Metadata;
|
||||
|
||||
export default function Page(): React.JSX.Element {
|
||||
return <ComposeView />;
|
||||
}
|
Reference in New Issue
Block a user