docs: 📝 add

This commit is contained in:
Leifer Mendez
2023-01-24 22:50:59 +01:00
parent 24220822f4
commit 558013b2b4
2 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
import { component$, useStore } from '@builder.io/qwik'
import { component$ } from '@builder.io/qwik'
export const SearchModal = component$(() => {
const state = useStore({
open: false,
src: '',
})
// const state = useStore({
// open: false,
// src: '',
// })
return (
<div class={'bg-gray-100/75 fixed w-[100vw] h-[100vh] z-50'}>