summaryrefslogtreecommitdiff
path: root/frontend/src/data/scotsoun/sscd018.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/data/scotsoun/sscd018.ts')
-rw-r--r--frontend/src/data/scotsoun/sscd018.ts17
1 files changed, 0 insertions, 17 deletions
diff --git a/frontend/src/data/scotsoun/sscd018.ts b/frontend/src/data/scotsoun/sscd018.ts
deleted file mode 100644
index 4ba2ef9..0000000
--- a/frontend/src/data/scotsoun/sscd018.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-import type Scotsoun from '../../types/Scotsoun';
-
-const cd: Scotsoun = {
- title: 'Robert Henryson',
- subtitle: 'Scotsoun Makars Series',
- 'long-name': 'Scotsoun Makars Series – Robert Henryson',
- author: 'Robert Henryson',
- 'cd-count': 3,
- price: '25.00',
- 'scotsoun-id': '018',
- 'track-list': [
- 'The Taill of the Uponlandis Mous and the Burges Mous',
- 'The Taill of the Paddok and the Mous',
- ],
-};
-
-export default cd;