refactored LatestItems to component

This commit is contained in:
2026-04-24 14:01:49 +05:30
parent 175ca64d1f
commit b1509fd5ab
5 changed files with 29 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
export { default } from "./LatestItems";
export * from "./LatestItems.models";