1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-09 13:17:19 +08:00

fix build warnings

This commit is contained in:
Henry Jameson 2020-11-01 16:47:17 +02:00
parent 8b1213ea1e
commit 64da9a8e69
2 changed files with 4 additions and 0 deletions
src/components
panel_loading
settings_modal/tabs/theme_tab

View file

@ -18,6 +18,8 @@ import { faCircleNotch } from '@fortawesome/free-solid-svg-icons'
library.add( library.add(
faCircleNotch faCircleNotch
) )
export default {}
</script> </script>
<style lang="scss"> <style lang="scss">

View file

@ -126,6 +126,8 @@ library.add(
faRetweet, faRetweet,
faReply faReply
) )
export default {}
</script> </script>
<style lang="scss"> <style lang="scss">