diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-15 19:15:27 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-15 19:15:27 +0100 |
| commit | 53f29bac911b13b2bef0125de22773bf26ce5a90 (patch) | |
| tree | e4dad6d88e2fe4c4eda8ff286db50d9a6f561242 /src/data | |
| parent | 8b009f0ea6ea9d181ba8d0e6549c25645aa697c4 (diff) | |
Adds homepage
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/contactDetails.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/data/contactDetails.ts b/src/data/contactDetails.ts new file mode 100644 index 0000000..f5de6f5 --- /dev/null +++ b/src/data/contactDetails.ts @@ -0,0 +1,8 @@ +export default { + membershipSecretary: { + emailAddress: 'lallans@hotmail.co.uk', + }, + generalEnquiries: { + emailAddress: 'lallans@hotmail.co.uk', + }, +}; |
