import React from \'react\'; import { useParams } from \'react-router-dom\'; interface IParams { id: string; } export const MyRestaurant = () => { const { i