mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 12:39:24 +00:00
docs: 📝 add
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
import { component$, useStore } from '@builder.io/qwik'
|
import { component$ } from '@builder.io/qwik'
|
||||||
|
|
||||||
export const SearchModal = component$(() => {
|
export const SearchModal = component$(() => {
|
||||||
const state = useStore({
|
// const state = useStore({
|
||||||
open: false,
|
// open: false,
|
||||||
src: '',
|
// src: '',
|
||||||
})
|
// })
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class={'bg-gray-100/75 fixed w-[100vw] h-[100vh] z-50'}>
|
<div class={'bg-gray-100/75 fixed w-[100vw] h-[100vh] z-50'}>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import { fetchGithub } from '~/services/github'
|
|||||||
import { fetchOpenCollective } from '~/services/opencollective'
|
import { fetchOpenCollective } from '~/services/opencollective'
|
||||||
import { RequestHandlerNetlify } from '@builder.io/qwik-city/middleware/netlify-edge'
|
import { RequestHandlerNetlify } from '@builder.io/qwik-city/middleware/netlify-edge'
|
||||||
import { GITHUB_TOKEN } from './docs/constant'
|
import { GITHUB_TOKEN } from './docs/constant'
|
||||||
import { SearchModal } from '~/components/widgets/SearchModal'
|
// import { SearchModal } from '~/components/widgets/SearchModal'
|
||||||
|
|
||||||
export const onGet: RequestHandlerNetlify = async ({ platform }) => {
|
export const onGet: RequestHandlerNetlify = async ({ platform }) => {
|
||||||
const CHECK_GITHUB_TOKEN =
|
const CHECK_GITHUB_TOKEN =
|
||||||
|
|||||||
Reference in New Issue
Block a user