summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/index.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2024-03-19 11:30:15 +0000
committerGitHub <noreply@github.com>2024-03-19 11:30:15 +0000
commit69fdf1a63bf91c7c2a6895bd397f4264dee81fd6 (patch)
tree62c576772b3bf71ffb97a0608d4d7eac358ec711 /src/data/scotsoun/index.ts
parent99883574efa5b4890f1246cc0f8320f84fd1f347 (diff)
parent829bff64c51d20d8d772c3df3c72f83444596c33 (diff)
Merge pull request #83 from joeacarstairs/vision-ain-countrie
SSCD 820 - A vision o ma ain countree
Diffstat (limited to 'src/data/scotsoun/index.ts')
-rw-r--r--src/data/scotsoun/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/scotsoun/index.ts b/src/data/scotsoun/index.ts
index a7cc1d9..a639e80 100644
--- a/src/data/scotsoun/index.ts
+++ b/src/data/scotsoun/index.ts
@@ -83,6 +83,7 @@ export const getScotsoun: ScotsounGetterTable = {
'814': async () => (await import('./sscd814')).default,
'815': async () => (await import('./sscd815')).default,
'816': async () => (await import('./sscd816')).default,
+ '820': async () => (await import('./sscd820')).default,
M150: async () => (await import('./sscdM150')).default,
U1: async () => (await import('./sscdU1')).default,
};