Skip to content

Commit

Permalink
docs(dashboard): fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 12, 2024
1 parent 0971044 commit 6d58e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/user/dashboard.md
Expand Up @@ -7,7 +7,7 @@ meta:
keywords: user dashboard
---
<script setup>
import { DashboardDashboardEmptyState } from '@/components/dashboard/DashboardEmptyState'
import DashboardDashboardEmptyState from '@/components/dashboard/DashboardEmptyState.vue'
</script>

<DashboardDashboardEmptyState />

0 comments on commit 6d58e09

Please sign in to comment.