Add SplashIntro import to Browse.vue

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-03 00:11:28 +00:00
parent 896e5d3ced
commit 8b5b7297d3

View File

@@ -189,6 +189,7 @@
<script setup lang="ts"> <script setup lang="ts">
import { ref, onMounted, onUnmounted, computed } from 'vue' import { ref, onMounted, onUnmounted, computed } from 'vue'
import ContentRow from '../components/ContentRow.vue' import ContentRow from '../components/ContentRow.vue'
import SplashIntro from '../components/SplashIntro.vue'
import { useContentStore } from '../stores/content' import { useContentStore } from '../stores/content'
import type { Content } from '../types/content' import type { Content } from '../types/content'