import { CategoriesPage } from '~/pages/dashboard-categories'
const DashboardCategoriesIndexLayout = () => <CategoriesPage />
export default DashboardCategoriesIndexLayout