From 515b0190208baf9b16be8580262294eac27c1e66 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 6 Mar 2021 19:39:37 -0500 Subject: [PATCH] typo fix --- src/models/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/index.ts b/src/models/index.ts index 834f312..4feede4 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -10,7 +10,7 @@ export { default as Motion, MotionInterface } from './Motion'; export { default as NNTrainingData, NNTrainingDataInterface } from './NNTrainingData'; export { default as Note, NoteInterface } from './Note'; export { default as PagerNumber, PagerNumberInterface, PagerNumberRaw } from './PagerNumber'; -export { default as Proclamation, ProclamationInterface } from './Proclamation' +export { default as Proclamation, ProclamationInterface } from './Proclamation'; export { default as Promo, PromoInterface } from './Promo'; export { default as Rank, RankInterface } from './Rank'; export { default as Redirect, RedirectInterface, RedirectRaw } from './Redirect';