summaryrefslogtreecommitdiff
path: root/frontend/src/data/lallans/issue98.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/data/lallans/issue98.ts')
-rw-r--r--frontend/src/data/lallans/issue98.ts72
1 files changed, 0 insertions, 72 deletions
diff --git a/frontend/src/data/lallans/issue98.ts b/frontend/src/data/lallans/issue98.ts
deleted file mode 100644
index e403ee0..0000000
--- a/frontend/src/data/lallans/issue98.ts
+++ /dev/null
@@ -1,72 +0,0 @@
-import type LallansIssue from '../../types/LallansIssue';
-
-const issue: LallansIssue = {
- 'issueNumber': 98,
- 'issueName': 'Simmer 221',
- 'price': '9.00',
- 'description': {
- 'sco': 'The ninety-echtth issue o the Lallans magazine.',
- 'en-GB': 'The ninety-eighth issue of the Lallans magazine.',
- }, 'contributors': [
- 'John Aberdein',
- 'Walter J McGinty',
- 'Donald Adamson',
- 'Hugh McMillan',
- 'Craig Aitchison',
- 'Moira McPartlin',
- 'Jim Aitken',
- 'Alan Millar',
- 'Tony Beekman',
- 'Susan Miller',
- 'Nicole Cochrane',
- 'WS Milne',
- 'Kevin Connelly',
- 'Gordon D Moodie',
- 'Charles P Connor',
- 'Elaine Morton',
- 'Gillian Cook',
- 'Colin Park',
- 'David Douglas',
- 'Ellen Pennie ',
- 'Stuart Duffin',
- 'Hugh Pyper ',
- 'Robert M Duncan',
- 'John Quinn ',
- 'Iain DW Forde',
- 'Amy Rafferty ',
- 'Pamela Grace',
- 'Jerry Randalls',
- 'Tracey Anne Harvey',
- 'Colin Robertson',
- 'William Hershaw',
- 'Frances Robson ',
- 'John Hodgart',
- 'Finola Scott ',
- 'Brian Holton',
- 'Pamela Scott',
- 'Irene Howat',
- 'Hamish Scott',
- 'Robert Hume',
- 'Gillian Shearer',
- 'Shane Johnston',
- 'Alan Sleater ',
- 'Alex Laing',
- 'James P Spence',
- 'Alistair Lawrie',
- 'Alice V Taylor',
- 'Nicole Le Marie',
- 'Raymond Vettese ',
- 'Hilke MacIntyre',
- 'George T Watt ',
- 'Ian MacIntyre',
- 'Ian Nimmo White ',
- 'Kate Mackay',
- 'Rab Wilson',
- 'Ann Matheson',
- 'Alun Robert Woods ',
- 'Barbara Mathie (aka Rosa Alba Macdonald)',
- 'J Derrick McClure',
- ]
-};
-
-export default issue;