Add SplashIntro import to Browse.vue
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -189,6 +189,7 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted, onUnmounted, computed } from 'vue'
|
||||
import ContentRow from '../components/ContentRow.vue'
|
||||
import SplashIntro from '../components/SplashIntro.vue'
|
||||
import { useContentStore } from '../stores/content'
|
||||
import type { Content } from '../types/content'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user