fix
This commit is contained in:
parent
1b9bab71be
commit
b04ef26c5f
2 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ import { useFeatureFlags } from '@/hooks/useFeatureFlags'
|
|||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'
|
||||
import { Label } from '@/components/ui/label'
|
||||
import { Checkbox } from '@/components/ui/checkbox'
|
||||
import { Settings } from 'lucide-react'
|
||||
|
||||
export default function FeatureFlagsPage() {
|
||||
const {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import {
|
|||
PointerSensor,
|
||||
useSensor,
|
||||
useSensors,
|
||||
DragEndEvent,
|
||||
type DragEndEvent,
|
||||
} from '@dnd-kit/core'
|
||||
import {
|
||||
arrayMove,
|
||||
|
|
|
|||
Loading…
Reference in a new issue