diff options
| author | Henry Jameson <me@hjkos.com> | 2020-11-01 16:47:17 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-11-01 16:47:17 +0200 |
| commit | 64da9a8e69fa8b26f627da4505c4efba1b025df1 (patch) | |
| tree | ae174d0247676e568f657fdd3203ae311b913319 /src/components/panel_loading | |
| parent | 8b1213ea1e75a2d0f824cc71992d4867a4ea0bb5 (diff) | |
fix build warnings
Diffstat (limited to 'src/components/panel_loading')
| -rw-r--r-- | src/components/panel_loading/panel_loading.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/panel_loading/panel_loading.vue b/src/components/panel_loading/panel_loading.vue index b15e7d38..d916d8a6 100644 --- a/src/components/panel_loading/panel_loading.vue +++ b/src/components/panel_loading/panel_loading.vue @@ -18,6 +18,8 @@ import { faCircleNotch } from '@fortawesome/free-solid-svg-icons' library.add( faCircleNotch ) + +export default {} </script> <style lang="scss"> |
