We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1c5a0 commit cd13acdCopy full SHA for cd13acd
1 file changed
src/App.tsx
@@ -10,7 +10,7 @@ const App = () => {
10
const [isHandled, setIsHandled] = useState(false)
11
const location = useLocation()
12
const [pvStartTime, setPvStartTime] = useState<number>()
13
-
+ 8.21
14
useEffect(() => {
15
new WebSee(import.meta.env.VITE_APP_NAME)
16
}, [])
0 commit comments