logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

lists_card.js (231B)


  1. import { library } from '@fortawesome/fontawesome-svg-core'
  2. import {
  3. faEllipsisH
  4. } from '@fortawesome/free-solid-svg-icons'
  5. library.add(
  6. faEllipsisH
  7. )
  8. const ListsCard = {
  9. props: [
  10. 'list'
  11. ]
  12. }
  13. export default ListsCard