import React from 'react' import { Button, Card } from 'semantic-ui-react' import { Link } from 'react-router-dom' import { shortenAddress } from '../utils/orbitdb' export default function BoardsItem({ address, title }) { return { title || 'Unnamed board' } Board {address} }