🚧 wip: add recommendation component
This commit is contained in:
5
features/home/sections/Recommendation/skeleton.tsx
Normal file
5
features/home/sections/Recommendation/skeleton.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
const RecommendationSkeleton = () => {
|
||||
return <div>loading...</div>;
|
||||
};
|
||||
|
||||
export default RecommendationSkeleton;
|
||||
Reference in New Issue
Block a user