summaryrefslogtreecommitdiff
path: root/frontend/src/data/lallans/issue92.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/data/lallans/issue92.ts')
-rw-r--r--frontend/src/data/lallans/issue92.ts57
1 files changed, 0 insertions, 57 deletions
diff --git a/frontend/src/data/lallans/issue92.ts b/frontend/src/data/lallans/issue92.ts
deleted file mode 100644
index e26d060..0000000
--- a/frontend/src/data/lallans/issue92.ts
+++ /dev/null
@@ -1,57 +0,0 @@
-import type LallansIssue from '../../types/LallansIssue';
-
-const issue: LallansIssue = {
- 'issueNumber': 92,
- 'issueName': 'Simmer 218',
- 'price': '9.00',
- 'description': {
- 'sco': 'The ninety-saicont issue o the Lallans magazine.',
- 'en-GB': 'The ninety-second issue of the Lallans magazine.',
- }, 'contributors': [
- 'Donald Adamson',
- 'David Malcolm',
- 'Tony Beekman',
- 'Ann Matheson',
- 'Sheena Blackhall',
- 'J Derrick McClure',
- 'Robdert R Calder',
- 'Iain McGregor',
- 'Kevin Connelly',
- 'WS Milne',
- 'Charles P Connor',
- 'Gordon D Moodie',
- 'Tam Crichton',
- 'Elaine Morton',
- 'Gordon Donaldson',
- 'Stephen Pacitti',
- 'Gavin Douglas',
- 'David C Purdie',
- 'Kenneth D Farrow',
- 'Jamie Purves',
- 'Iain WD Forde',
- 'John Quinn',
- 'Sam Gilliland',
- 'Colin Robertson',
- 'Tracy Anne Harvey',
- 'Frances Robson',
- 'Alistair Heather',
- 'Hamish Scott',
- 'William Hershaw',
- 'J Barrie Shepherd',
- 'Irene Howat',
- 'Michael Stephenson',
- 'Tom Hubbard',
- 'Sheila Templeton',
- 'Mary Johnston',
- 'Raymond Vettese',
- 'Douglas Kynoch',
- 'George T Watt',
- 'Dorothy Lawrenson',
- 'Ian Nimmo White',
- 'Catherine MacDonald',
- 'Rab Wilson',
- 'Ann MacKinnon',
- ]
-};
-
-export default issue;