mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 21:25:55 +00:00
9 lines
216 B
TypeScript
9 lines
216 B
TypeScript
import { User } from "@/types"
|
|
|
|
export const user: User = {
|
|
id: "69393c45-8b4d-4730-a2cb-8d0785188b12",
|
|
name: "shadcn",
|
|
email: "m@example.com",
|
|
avatar: "https://avatars.githubusercontent.com/u/124599?v=4",
|
|
}
|