mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
7 lines
227 B
TypeScript
7 lines
227 B
TypeScript
export const contacts = {
|
|
telegram: "vv4000",
|
|
email: "Z290aGFtNDhAZ21haWwuY29t",
|
|
github: "muerwre",
|
|
linkedin: "https://www.linkedin.com/in/fedor-katurov-811aa721b/",
|
|
location: "Pavlodar, Rep. Kazakhstan",
|
|
} as const;
|