fix: refine ticket UI styling

This commit is contained in:
Esdras Renan 2025-11-01 01:13:41 -03:00
parent 8b82284e8c
commit 5c5207ceb8
6 changed files with 23 additions and 20 deletions

View file

@ -1,3 +1,5 @@
'use client'
import type { ReactNode } from "react"
import { Button } from "@/components/ui/button"