import React from 'react'; import { Home32 } from '@carbon/icons-react'; export const homeDashboardMeta = { name: 'home', slot: 'ohri-home-dashboard-slot', config: { columns: 1, type: 'grid', icon: Home32 }, isLink: true, title: 'Home', };