summaryrefslogtreecommitdiff
path: root/frontend/src/data/lallans/issue79.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/data/lallans/issue79.ts')
-rw-r--r--frontend/src/data/lallans/issue79.ts44
1 files changed, 0 insertions, 44 deletions
diff --git a/frontend/src/data/lallans/issue79.ts b/frontend/src/data/lallans/issue79.ts
deleted file mode 100644
index 8d40f79..0000000
--- a/frontend/src/data/lallans/issue79.ts
+++ /dev/null
@@ -1,44 +0,0 @@
-import type LallansIssue from '../../types/LallansIssue';
-
-const issue: LallansIssue = {
- 'issueNumber': 79,
- 'issueName': 'Yuil 211',
- 'price': '9.00',
- 'description': {
- 'sco': 'The seiventy-ninth issue o the Lallans magazine.',
- 'en-GB': 'The seventy-ninth issue of the Lallans magazine.',
- }, 'contributors': [
- 'Peter Cameron',
- 'John McPartlin',
- 'Charles P Connor',
- 'Liz Niven',
- 'Andy Eagle',
- 'WS Milne',
- 'Kenneth D Farrow',
- 'David C Purdie',
- 'Sam Gilliland',
- 'Colin Robertson',
- 'George Hardie',
- 'Christine Robinson',
- 'John Hodgart',
- 'Frances Robson',
- 'Brent Hodgson',
- 'Stephen Pacitti',
- 'Gordon Jarvie',
- 'Stewart Sanderson',
- 'Douglas Kynoch',
- 'Hamish Scott',
- 'Ann MacKinnon',
- 'Duncan Sneddon',
- 'Ann Matheson',
- 'Pauline Cairns Speitel',
- 'J Derrick McClure',
- 'Raymond Vettese',
- 'Alistair McDonald',
- 'George T Watt',
- 'Stuart McHardy',
- 'Rab Wilson',
- ]
-};
-
-export default issue;