diff options
Diffstat (limited to 'viewer/src/components/index.ts')
-rw-r--r-- | viewer/src/components/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/index.ts b/viewer/src/components/index.ts index 8e73274..ef55489 100644 --- a/viewer/src/components/index.ts +++ b/viewer/src/components/index.ts | |||
@@ -38,4 +38,4 @@ requireComponent.keys().forEach(fileName => { | |||
38 | // otherwise fall back to module's root. | 38 | // otherwise fall back to module's root. |
39 | componentConfig.default ?? componentConfig | 39 | componentConfig.default ?? componentConfig |
40 | ) | 40 | ) |
41 | }) \ No newline at end of file | 41 | }) |