import React from 'react' const packagename = 'coral-plugin-author-name' const AuthorName = ({name}) =>
{name}
export default AuthorName