summaryrefslogtreecommitdiff
path: root/frontend/src/data/scotsoun/sscd008.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/data/scotsoun/sscd008.ts')
-rw-r--r--frontend/src/data/scotsoun/sscd008.ts14
1 files changed, 0 insertions, 14 deletions
diff --git a/frontend/src/data/scotsoun/sscd008.ts b/frontend/src/data/scotsoun/sscd008.ts
deleted file mode 100644
index 9cac49d..0000000
--- a/frontend/src/data/scotsoun/sscd008.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import type Scotsoun from '../../types/Scotsoun';
-
-const cd: Scotsoun = {
- title: 'Poems Chiefly in the Scottish Dialect',
- subtitle: 'Read by Members of the Irvine Burns Club',
- 'long-name': 'Poems Chiefly in the Scottish Dialect',
- author: 'Robert Burns',
- 'cd-count': 2,
- price: '18.00',
- 'scotsoun-id': '008',
- 'track-list': ['To a Louse', 'Epistle to a Young Friend'],
-};
-
-export default cd;