refactored LatestItems to component
This commit is contained in:
6
src/components/LatestItems/LatestItems.view.tsx
Normal file
6
src/components/LatestItems/LatestItems.view.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import LatestItemsListView from "./LatestItems.view";
|
||||
import { LatestItemsListProps } from "./LatestItems.models";
|
||||
|
||||
export default function LatestItemsList(props: LatestItemsListProps) {
|
||||
return <LatestItemsListView {...props} />;
|
||||
}
|
||||
Reference in New Issue
Block a user