init commit,
This commit is contained in:
17
03_source/frontend/src/pages/about-us/index.tsx
Normal file
17
03_source/frontend/src/pages/about-us/index.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
import { AboutView } from 'src/sections/about/view';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
const metadata = { title: `About us - ${CONFIG.appName}` };
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<title>{metadata.title}</title>
|
||||
|
||||
<AboutView />
|
||||
</>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user