mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
8 lines
262 B
JavaScript
8 lines
262 B
JavaScript
import React from 'react';
|
|
import ShortcutBoxesSection from './ShortcutBoxesSection';
|
|
import { productsServices } from 'common/homepageOptions';
|
|
|
|
export default function ProductsServicesSection() {
|
|
return <ShortcutBoxesSection section={productsServices} />;
|
|
}
|