Skip to content

Commit

Permalink
add change compnent simport pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kohta9521 committed Nov 15, 2023
1 parent 3990fdb commit 04e66e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion src/components/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const center = {
lng: 135.49939605607292,
};

const zoom = 10;
const zoom = 17;

const Map = () => {
return (
Expand Down

0 comments on commit 04e66e7

Please sign in to comment.