forked from AkkomaGang/akkoma-fe
fix build warnings
This commit is contained in:
parent
8b1213ea1e
commit
64da9a8e69
2 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,8 @@ import { faCircleNotch } from '@fortawesome/free-solid-svg-icons'
|
|||
library.add(
|
||||
faCircleNotch
|
||||
)
|
||||
|
||||
export default {}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
|
|
@ -126,6 +126,8 @@ library.add(
|
|||
faRetweet,
|
||||
faReply
|
||||
)
|
||||
|
||||
export default {}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
|
Loading…
Reference in a new issue