whoop
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React from "react";
|
||||
import { Metadata } from "next";
|
||||
import NewChatForm from "@/components/dashboard/NewChatForm";
|
||||
import Dashboard from "@/components/dashboard/dashboard";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Start New Chat",
|
||||
@@ -9,10 +10,12 @@ export const metadata: Metadata = {
|
||||
|
||||
export default function NewChatPage() {
|
||||
return (
|
||||
<div className="container mx-auto py-6 space-y-6">
|
||||
<div className="grid grid-cols-1 gap-6">
|
||||
<NewChatForm />
|
||||
<Dashboard>
|
||||
<div className="container mx-auto py-6 space-y-6">
|
||||
<div className="grid grid-cols-1 gap-6">
|
||||
<NewChatForm />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</Dashboard>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user