Blockchain added
This commit is contained in:
14
app/(dashboard)/blockchain/layout.tsx
Normal file
14
app/(dashboard)/blockchain/layout.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Blockchain Explorer | LexiChain",
|
||||
description: "View on-chain proofs and verify document integrity",
|
||||
};
|
||||
|
||||
export default function BlockchainLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
Reference in New Issue
Block a user