mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
build fix
This commit is contained in:
parent
7f6b08a13f
commit
94d5f2ef52
@ -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' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user