PreRelease v2
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import { redirect } from "next/navigation";
|
||||
import { auth } from "@clerk/nextjs/server";
|
||||
import { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Contracts | LexiChain",
|
||||
description: "Upload, manage, and analyze your financial contracts with LexiChain's AI.",
|
||||
};
|
||||
|
||||
export default async function ContactsLayout({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user