From 04e66e75ba32575da9d4443f913c75e23c108701 Mon Sep 17 00:00:00 2001 From: "k_95.21" Date: Wed, 15 Nov 2023 11:31:12 +0900 Subject: [PATCH] add change compnent simport pass --- src/app/page.tsx | 2 +- src/components/Map.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f944ded..f577e02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ import styles from "./page.module.css"; -import Map from "../components/map"; +import Map from "../components/Map"; export default function Home() { return ( diff --git a/src/components/Map.jsx b/src/components/Map.jsx index 1f7fb34..f17bff4 100644 --- a/src/components/Map.jsx +++ b/src/components/Map.jsx @@ -12,7 +12,7 @@ const center = { lng: 135.49939605607292, }; -const zoom = 10; +const zoom = 17; const Map = () => { return (