aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/components')
-rw-r--r--viewer/src/components/LdKeyPress.vue2
-rw-r--r--viewer/src/components/index.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/components/LdKeyPress.vue b/viewer/src/components/LdKeyPress.vue
index 8276607..c507b33 100644
--- a/viewer/src/components/LdKeyPress.vue
+++ b/viewer/src/components/LdKeyPress.vue
@@ -46,4 +46,4 @@ export default class LdKeyPress extends Vue {
46 return e; 46 return e;
47 } 47 }
48} 48}
49</script> \ No newline at end of file 49</script>
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})