feat: adj ui page detail, add breadcom component, add media sosial group

This commit is contained in:
fredy.siswanto
2025-02-20 22:20:27 +07:00
parent 878fb640af
commit 2e09e8a962
15 changed files with 471 additions and 74 deletions
@@ -0,0 +1,7 @@
import { NewsCategoriesPage } from '~/pages/news-categories'
const NewsCategoriesLayout = () => {
return <NewsCategoriesPage />
}
export default NewsCategoriesLayout