diff --git a/apps/www/.vitepress/theme/components/LandingPage.vue b/apps/www/.vitepress/theme/components/LandingPage.vue index ea6bab61..f853b49a 100644 --- a/apps/www/.vitepress/theme/components/LandingPage.vue +++ b/apps/www/.vitepress/theme/components/LandingPage.vue @@ -4,7 +4,6 @@ import PageHeaderHeading from '../components/PageHeaderHeading.vue' import PageHeaderDescription from '../components/PageHeaderDescription.vue' import ExamplesNav from '../components/ExamplesNav.vue' import { announcementConfig } from '../config/site' -import ArrowRightIcon from '~icons/radix-icons/arrow-right' import GitHubIcon from '~icons/radix-icons/github-logo' import { buttonVariants } from '@/lib/registry/new-york/ui/button' diff --git a/apps/www/.vitepress/theme/components/Tooltip.vue b/apps/www/.vitepress/theme/components/Tooltip.vue index a910e4a3..73f07a3e 100644 --- a/apps/www/.vitepress/theme/components/Tooltip.vue +++ b/apps/www/.vitepress/theme/components/Tooltip.vue @@ -1,5 +1,4 @@