From 8c1fff45fb5340a338416586162ac247b2b190c0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:03:03 +0100 Subject: Uses TSConfig paths --- src/data/scotsoun/sscdM150.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/data/scotsoun/sscdM150.ts') diff --git a/src/data/scotsoun/sscdM150.ts b/src/data/scotsoun/sscdM150.ts index a6a194c..b7faf4c 100644 --- a/src/data/scotsoun/sscdM150.ts +++ b/src/data/scotsoun/sscdM150.ts @@ -1,12 +1,12 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Minnie', - 'long-name': 'Minnie', + longName: 'Minnie', author: 'Sheena Blackhall', - 'cd-count': 3, + cdCount: 3, price: '25.00', - 'scotsoun-id': 'M150', + scotsounId: 'M150', }; export default cd; -- cgit v1.2.3