Updated site
This commit is contained in:
14
src/components/ReactScan.tsx
Normal file
14
src/components/ReactScan.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
"use client"
|
||||
|
||||
import { JSX, useEffect } from "react"
|
||||
import { scan } from "react-scan"
|
||||
|
||||
export function ReactScan(): JSX.Element {
|
||||
useEffect(() => {
|
||||
scan({
|
||||
enabled: true
|
||||
})
|
||||
}, [])
|
||||
|
||||
return <></>
|
||||
}
|
||||
Reference in New Issue
Block a user