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 57b6456 commit 00b2e07Copy full SHA for 00b2e07
app/(marketing)/page.tsx
@@ -11,6 +11,7 @@ import {
11
Input,
12
Textarea,
13
} from "@/packages/ui";
14
+import AccordionStyleDefault from "@/preview/components/accordion-style-default";
15
import { GithubIcon, MessageCircle } from "lucide-react";
16
import Image from "next/image";
17
import Link from "next/link";
@@ -96,7 +97,7 @@ export default function Home() {
96
97
</div>
98
<div className="space-y-4">
99
<H4>Accordion</H4>
- <Accordion />
100
+ <AccordionStyleDefault />
101
102
103
</section>
0 commit comments