diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-11-01 20:50:02 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-11-01 20:50:02 +0000 |
| commit | 590f8e17544969b1fc2456b3724e85b16cf81bdd (patch) | |
| tree | c1c04f7bb2080d8d53c26bb8c543327e3d4e2789 /src/components/panel_loading/panel_loading.vue | |
| parent | 148789767a28a988751af9635cd53fe6d85a4c75 (diff) | |
| parent | 64da9a8e69fa8b26f627da4505c4efba1b025df1 (diff) | |
Merge branch 'various-css-fixes' into 'develop'
Various css fixes
Closes #992
See merge request pleroma/pleroma-fe!1267
Diffstat (limited to 'src/components/panel_loading/panel_loading.vue')
| -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"> |
