From 82b28bd52c61a8eb70f167c95e0f07c5482aa279 Mon Sep 17 00:00:00 2001 From: JeongBin0227 <45503248+JeongBin0227@users.noreply.github.com> Date: Mon, 22 Feb 2021 02:00:07 +0900 Subject: [PATCH] [#7] feat : restaurant info --- .../Restaurant/RestaurantInfo/index.tsx | 20 +++++++++++++ .../Restaurant/RestaurantInfo/style.scss | 30 +++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 src/components/Restaurant/RestaurantInfo/index.tsx create mode 100644 src/components/Restaurant/RestaurantInfo/style.scss diff --git a/src/components/Restaurant/RestaurantInfo/index.tsx b/src/components/Restaurant/RestaurantInfo/index.tsx new file mode 100644 index 0000000..b932bf0 --- /dev/null +++ b/src/components/Restaurant/RestaurantInfo/index.tsx @@ -0,0 +1,20 @@ +import React from 'react' +import './style.scss' + +export const RestaurantInfo: React.FC<{}> = ({}) => { + return ( +