summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,
};