We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fe071 commit 1579638Copy full SHA for 1579638
1 file changed
app/pages/index.vue
@@ -1,8 +1,6 @@
1
<script setup lang="ts">
2
import { SHOWCASED_FRAMEWORKS } from '~/utils/frameworks'
3
4
-const { settings } = useSettings()
5
-
6
const { model: searchQuery, startSearch } = useGlobalSearch()
7
const isSearchFocused = shallowRef(false)
8
0 commit comments