made contacts page

This commit is contained in:
Fedor Katurov 2022-11-10 16:21:06 +06:00
parent 884b2ea507
commit 623fa7b7fd
16 changed files with 346 additions and 25 deletions

5
constants/contacts.ts Normal file
View file

@ -0,0 +1,5 @@
export const contacts = {
telegram: "vv4000",
email: "Z290aGFtNDhAZ21haWwuY29t",
github: "muerwre",
} as const;