clean up / small refactoring

This commit is contained in:
Henry Dollman
2024-09-14 15:46:42 -04:00
parent 8ce605d65e
commit 62d5ae8236
3 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ import {
DialogTitle,
} from '@/components/ui/dialog'
import { BellIcon } from 'lucide-react'
import { cn, isAdmin } from '@/lib/utils'
import { cn } from '@/lib/utils'
import { Button } from '@/components/ui/button'
import { Switch } from '@/components/ui/switch'
import { AlertRecord, SystemRecord } from '@/types'