diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-19 08:23:25 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-19 08:26:08 +0000 |
| commit | 829bff64c51d20d8d772c3df3c72f83444596c33 (patch) | |
| tree | 62c576772b3bf71ffb97a0608d4d7eac358ec711 | |
| parent | 527dfcff5082a2bdf51419c75a7286f786af9c35 (diff) | |
Imports data to Scotsoun data index
| -rw-r--r-- | src/data/scotsoun/index.ts | 1 |
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, }; |
