Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // The file directory is as follows root/src/components/FeaturedItem.jsx
- import React from 'react'
- function FeaturedItem() {
- return (
- <div>FeaturedItem</div>
- )
- }
- export default FeaturedItem
Advertisement
Add Comment
Please, Sign In to add comment