10 lines
124 B
React
10 lines
124 B
React
import React from 'react'
|
|
|
|
const FeedBackAndRatings = () => {
|
|
return (
|
|
<></>
|
|
)
|
|
}
|
|
|
|
export default FeedBackAndRatings
|