mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 07:18:17 +01:00
9 lines
199 B
TypeScript
9 lines
199 B
TypeScript
import contacts from "./contacts";
|
|
|
|
export default {
|
|
photo: "/photo.jpg",
|
|
bio: "Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.",
|
|
name: "John Doe",
|
|
contacts,
|
|
};
|