basic bootstrap and fa stuff
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import FeaturedCard from "./FeaturedCard";
|
||||
|
||||
const FeaturedList = () => {
|
||||
|
||||
return(
|
||||
<div>
|
||||
<FeaturedCard/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default FeaturedList;
|
Reference in New Issue
Block a user