We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eee06f commit 465674aCopy full SHA for 465674a
app/page.tsx
@@ -2,9 +2,9 @@ import { Demi } from "@/components/assistant/Demi";
2
3
export default async function Index() {
4
return (
5
- <main className="flex flex-1 flex-col gap-6 w-full h-full items-center justify-center pb-64">
+ <div className="flex flex-1 flex-col gap-6 w-full h-full items-center justify-center pb-64">
6
<h2 className="font-bold text-4xl mb-4 text-center">Demo</h2>
7
<Demi />
8
- </main>
+ </div>
9
);
10
}
0 commit comments