quintodrome/ui/src/share/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
206 B
JavaScript
Raw Normal View History

2023-01-19 18:52:55 -09:00
import ShareList from './ShareList'
import { ShareEdit } from './ShareEdit'
import ShareIcon from '@material-ui/icons/Share'
export default {
list: ShareList,
edit: ShareEdit,
icon: <ShareIcon />,
}