This commit is contained in:
Dmitry 2026-01-10 23:54:44 +03:00
parent 1b9bab71be
commit b04ef26c5f
2 changed files with 1 additions and 2 deletions

View file

@ -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 {

View file

@ -8,7 +8,7 @@ import {
PointerSensor,
useSensor,
useSensors,
DragEndEvent,
type DragEndEvent,
} from '@dnd-kit/core'
import {
arrayMove,