diff --git a/src/pages/dashboard/qr-service/QRサービス券駐車場管理/詳細/index.tsx b/src/pages/dashboard/qr-service/QRサービス券駐車場管理/詳細/index.tsx index 5ddde82..c2b4a14 100644 --- a/src/pages/dashboard/qr-service/QRサービス券駐車場管理/詳細/index.tsx +++ b/src/pages/dashboard/qr-service/QRサービス券駐車場管理/詳細/index.tsx @@ -1,4 +1,4 @@ -import { Box, Stack } from "@mui/material"; +import { Box, Stack, Typography } from "@mui/material"; import { QRサービス券駐車場グループ管理Context } from "contexts/page/dashboard/parking/QRサービス券駐車場グループ管理Context"; import useDashboard from "hooks/useDashBoard"; import { PageID, TabID } from "pages"; @@ -21,6 +21,13 @@ export default function 詳細() { return ( + + + + グループ名:{selectedGroup.name} + + + <駐車場一覧 /> <駐車場追加 />