refactor(data): add mock API adapters, id utility, and toast feedback
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { toast } from "sonner"
|
||||
|
||||
export function notifySuccess(message: string) {
|
||||
toast.success(message)
|
||||
}
|
||||
|
||||
export function notifyInfo(message: string) {
|
||||
toast(message)
|
||||
}
|
||||
Reference in New Issue
Block a user