mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
8 lines
268 B
JavaScript
8 lines
268 B
JavaScript
import React from 'react';
|
|
import ShortcutBoxesSection from './ShortcutBoxesSection';
|
|
import { accountsReceivable } from 'common/homepageOptions';
|
|
|
|
export default function AccountsReceivableSection() {
|
|
return <ShortcutBoxesSection section={accountsReceivable} />;
|
|
}
|