import React from 'react'; import { Button, Intent } from '@blueprintjs/core'; import { useHistory } from 'react-router-dom'; import { EmptyStatus } from 'components'; export default function ManualJournalsEmptyStatus() { const history = useHistory(); return ( It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.

} action={ <> } /> ); }