mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
9 lines
128 B
TypeScript
9 lines
128 B
TypeScript
import contacts from "./contacts";
|
|
|
|
export default {
|
|
photo: "/me.png",
|
|
bio: "",
|
|
name: "Rick van Lieshout",
|
|
contacts,
|
|
};
|