/** * Internal dependencies */ import { Links } from './links'; import { ReferenceCreator } from './reference-creator'; export const References = (): JSX.Element => { return ( <> ); };