mirror of
https://git.coastit.co.za/caitlin/CRM_ENVR.git
synced 2026-07-10 11:15:43 +02:00
users changed
This commit is contained in:
+3
-3
@@ -3,11 +3,11 @@ import { User } from "@/types"
|
|||||||
export const users: User[] = [
|
export const users: User[] = [
|
||||||
{
|
{
|
||||||
id: "u1",
|
id: "u1",
|
||||||
name: "Ace",
|
name: "Sarah Chen",
|
||||||
email: "dillen@coastit.co.za",
|
email: "SarahChen@coastit.co.za",
|
||||||
role: "admin",
|
role: "admin",
|
||||||
active: true,
|
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",
|
createdAt: "2025-01-15T08:00:00Z",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user