mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			136 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			136 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import contacts from "./contacts";
 | 
						|
 | 
						|
export default {
 | 
						|
  photo: "/content/me.png",
 | 
						|
  bio: "",
 | 
						|
  name: "Rick van Lieshout",
 | 
						|
  contacts,
 | 
						|
};
 |