hata düzeltme 3

This commit is contained in:
2026-01-13 23:51:30 +03:00
parent 70f61a76b0
commit 759bf2fbdd
2 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import Link from "next/link"
import { Button } from "@/components/ui/button"
import { Plus, Pencil, Trash2, GripVertical } from "lucide-react"
import { getSliders, deleteSlider } from "./actions"
import { Plus, Pencil, GripVertical } from "lucide-react"
import { getSliders } from "./actions"
import { Card, CardContent } from "@/components/ui/card"
import Image from "next/image"
import { Badge } from "@/components/ui/badge"