mirror of
https://git.coastit.co.za/caitlin/CRM_ENVR.git
synced 2026-07-10 03:05:43 +02:00
users changed
This commit is contained in:
+3
-3
@@ -3,11 +3,11 @@ import { User } from "@/types"
|
||||
export const users: User[] = [
|
||||
{
|
||||
id: "u1",
|
||||
name: "Ace",
|
||||
email: "dillen@coastit.co.za",
|
||||
name: "Sarah Chen",
|
||||
email: "SarahChen@coastit.co.za",
|
||||
role: "admin",
|
||||
active: true,
|
||||
avatar: "https://ui-avatars.com/api/?name=Ace&background=1d4ed8&color=fff&size=128",
|
||||
avatar: "https://ui-avatars.com/api/?name=Sarah+Chen&background=1d4ed8&color=fff&size=128",
|
||||
createdAt: "2025-01-15T08:00:00Z",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user