push
This commit is contained in:
14
innungsapp/apps/admin/app/impressum/layout.tsx
Normal file
14
innungsapp/apps/admin/app/impressum/layout.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { Metadata } from 'next'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Impressum | InnungsApp PRO',
|
||||
description: 'Impressum der InnungsApp PRO.',
|
||||
}
|
||||
|
||||
export default function ImpressumLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return <>{children}</>
|
||||
}
|
||||
Reference in New Issue
Block a user