diff --git a/apps/docs/src/registry/example/resizable-demo.tsx b/apps/docs/src/registry/example/resizable-demo.tsx index a97a36a6..57a82f7f 100644 --- a/apps/docs/src/registry/example/resizable-demo.tsx +++ b/apps/docs/src/registry/example/resizable-demo.tsx @@ -2,7 +2,7 @@ import { Resizable, ResizableHandle, ResizablePanel } from "../ui/resizable" export default function ResizableDemo() { return ( - +
One diff --git a/apps/docs/src/routes/docs/components/resizable.mdx b/apps/docs/src/routes/docs/components/resizable.mdx index 23150cd5..afe1e5e0 100644 --- a/apps/docs/src/routes/docs/components/resizable.mdx +++ b/apps/docs/src/routes/docs/components/resizable.mdx @@ -52,7 +52,7 @@ import { Resizable, ResizableHandle, ResizablePanel } from "~/components/ui/resi ``` ```tsx - + One Two