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

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">