All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m51s
10 lines
212 B
TypeScript
10 lines
212 B
TypeScript
export default {
|
|
names: {
|
|
first: "Nathan",
|
|
last: "Cummins"
|
|
},
|
|
title: "Dr",
|
|
jobTitle: "Composer, Orchestrator, Conductor, Sound Designer, Sound Designer",
|
|
email: "nathan@nathancummins.com.au"
|
|
};
|