import img192w from '$images/lallans/issue96-192w.jpg'; import img274w from '$images/lallans/issue96-274w.jpg'; import type LallansIssue from '$types/LallansIssue'; const issue: LallansIssue = { issueNumber: 96, img: { width192: img192w, width274: img274w, }, issueName: 'Simmer 2020', price: '9.00', uploadDate: '2023-08-25', description: { sco: 'The ninety-saxth issue o the Lallans magazine.', 'en-GB': 'The ninety-sixth issue of the Lallans magazine.', }, contributors: [ 'Donald Adamson', 'Pauline MacKay', 'Tessa Asquith-Lamb', 'Ann MacKinnon', 'Tony Beekman', 'David Malcolm', 'Sheena Blackhall', 'Rosie Mapplebeck', 'David Bleiman', 'Derrick McClure', 'Paul Bloomer', 'Walter McGinty', 'Josephine Brogan', 'Sharon Milligan', 'Fiona-Jane Brown', 'WS Milne', 'John Burns', 'Gordon D Moodie', 'AC Clarke', 'Elaine Morton (Editor)', 'Ritchie Collins', 'Michael Murray', 'Kevin Connelly', 'Stephen Pacitti', 'Tom Crichton', 'Alun Robert', 'Colin Crombie', 'Colin Robertson', 'Moira Dalgetty', 'Frances Robson', 'Gordon Donaldson', 'Maureen Sangster', 'Robert Maxwell Duncan', 'Hamish Scott', 'John Erskine', 'Barrie Shepherd', 'Ian Ferguson', 'Anne Shivas', 'Michael Hamish Glen', 'Cameron Smart', 'Tracy Anne Harvey', 'Jock Stein', 'William Hershaw', 'Sheila Templeton', 'Irene Howat', 'Raymond Vettese', 'Owain Kirkby', 'Hamish Wallochie', 'Dorothy Lawrenson', 'George Watt', 'Jodi Le Bigre', 'Rab Wilson', 'Ian MacIntyre', ], }; export default issue;