updated docs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const ContentToRenderNoPage = ({ lang }: { lang: string }) => {
|
||||
return <><h1 className="text-4xl font-bold">No Page</h1></>
|
||||
}
|
||||
|
||||
export default ContentToRenderNoPage;
|
||||
Reference in New Issue
Block a user