Update notification service

This commit is contained in:
MacRimi
2026-02-28 17:18:03 +01:00
parent 0f1413f130
commit 95fa2440ce
4 changed files with 19 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
import type React from "react"
import { useState, useEffect, useCallback } from "react"
import { fetchApi, getApiUrl, getAuthToken } from "@/lib/api-config"
import { getAuthToken } from "@/lib/api-config"
import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle } from "@/components/ui/dialog"
import { Badge } from "@/components/ui/badge"
import { Button } from "@/components/ui/button"