Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
215 Bytes
import React from "react";
import UserMovieSection from "../componets/UserMovieSection/UserMovieSection";
function MyList() {
return <UserMovieSection from="MyList"></UserMovieSection>;
}
export default MyList;