Initial design based off original website, some things still to do
This commit is contained in:
7
src/data/person.ts
Normal file
7
src/data/person.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
names: {
|
||||
first: "Nathan",
|
||||
last: "Cummins"
|
||||
},
|
||||
title: "Dr"
|
||||
};
|
Reference in New Issue
Block a user