summaryrefslogtreecommitdiff
path: root/frontend/src/data/scotsoun/sscdM150.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/data/scotsoun/sscdM150.ts')
-rw-r--r--frontend/src/data/scotsoun/sscdM150.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/frontend/src/data/scotsoun/sscdM150.ts b/frontend/src/data/scotsoun/sscdM150.ts
deleted file mode 100644
index a6a194c..0000000
--- a/frontend/src/data/scotsoun/sscdM150.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import type Scotsoun from '../../types/Scotsoun';
-
-const cd: Scotsoun = {
- title: 'Minnie',
- 'long-name': 'Minnie',
- author: 'Sheena Blackhall',
- 'cd-count': 3,
- price: '25.00',
- 'scotsoun-id': 'M150',
-};
-
-export default cd;