build fix

This commit is contained in:
Ulf Gebhardt 2024-11-08 19:42:56 +01:00
parent 7f6b08a13f
commit 94d5f2ef52
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,4 +1,4 @@
import { useEffect } from 'react'
import { useEffect, useState } from 'react'
import {
useAddVisibleGroupType,
@ -8,7 +8,7 @@ import {
} from '#components/Map/hooks/useFilter'
export function FilterControl() {
const [open, setOpen] = React.useState(false)
const [open, setOpen] = useState(false)
const groupTypes = [
{ text: 'Regional Gruppe', value: 'wuerdekompass' },