/**
- Img
- Name of Res, Star Rating, cuisine, delery tie
Two types of Export/Import
export default Component; import Component from "path";
export const Component; import {Component} from "path";
(Normal JS utility functions)