mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
9 lines
279 B
TypeScript
9 lines
279 B
TypeScript
// @ts-nocheck
|
|
import React from 'react';
|
|
import ShortcutBoxesSection from './ShortcutBoxesSection';
|
|
import { accountsPayable } from '@/constants/homepageOptions';
|
|
|
|
export default function AccountsPayableSection() {
|
|
return <ShortcutBoxesSection section={accountsPayable} />;
|
|
}
|