From 6dd6edfbc080b3b4c678cf555a2572dbb28168a0 Mon Sep 17 00:00:00 2001 From: zernonia Date: Tue, 24 Oct 2023 20:00:24 +0800 Subject: [PATCH] chore: remove WIP --- apps/www/.vitepress/theme/components/LandingPage.vue | 8 ++++---- apps/www/.vitepress/theme/layout/ExamplesLayout.vue | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/www/.vitepress/theme/components/LandingPage.vue b/apps/www/.vitepress/theme/components/LandingPage.vue index 1e649d6e..dd3db7ea 100644 --- a/apps/www/.vitepress/theme/components/LandingPage.vue +++ b/apps/www/.vitepress/theme/components/LandingPage.vue @@ -16,12 +16,12 @@ import DashboardExample from '@/examples/dashboard/Example.vue'