diff --git a/apps/www/.vitepress/theme/components/LandingPage.vue b/apps/www/.vitepress/theme/components/LandingPage.vue index 59cbdb1b..d35022c7 100644 --- a/apps/www/.vitepress/theme/components/LandingPage.vue +++ b/apps/www/.vitepress/theme/components/LandingPage.vue @@ -9,6 +9,7 @@ import GitHubIcon from '~icons/radix-icons/github-logo' import { buttonVariants } from '@/lib/registry/default/ui/button' import { Separator } from '@/lib/registry/default/ui/separator' import { cn } from '@/lib/utils' + import DashboardExample from '@/examples/dashboard/Example.vue' @@ -53,20 +54,14 @@ import DashboardExample from '@/examples/dashboard/Example.vue'
- +