From 6d63bcbe1fb87c7ea4aa050a7973a16530a3ec06 Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 8 Feb 2023 07:48:13 +0400 Subject: [PATCH] fix(docs): update command usage doc --- apps/www/app/page.tsx | 1 - apps/www/content/docs/primitives/command.mdx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/www/app/page.tsx b/apps/www/app/page.tsx index 21c43d4cf9..9a31f5ab2f 100644 --- a/apps/www/app/page.tsx +++ b/apps/www/app/page.tsx @@ -5,7 +5,6 @@ import { cn } from "@/lib/utils" import { AppleMusicDemo } from "@/components/apple-music-demo" import { CopyButton } from "@/components/copy-button" import { PromoVideo } from "@/components/promo-video" -import { AspectRatio } from "@/components/ui/aspect-ratio" import { buttonVariants } from "@/components/ui/button" export default function IndexPage() { diff --git a/apps/www/content/docs/primitives/command.mdx b/apps/www/content/docs/primitives/command.mdx index db29af8649..6711f827e7 100644 --- a/apps/www/content/docs/primitives/command.mdx +++ b/apps/www/content/docs/primitives/command.mdx @@ -51,7 +51,7 @@ import { ``` ```tsx - + No results found. @@ -67,7 +67,7 @@ import { Settings - + ``` ## Examples