Skip to content

Commit b611284

Browse files
committed
fixed build
1 parent b0e8bfe commit b611284

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/components/CreateModal/CreateModal.jsx

-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import * as React from "react";
22
import { useState, useContext } from "react";
33
import {
44
Image,
5-
Stack,
6-
Heading,
75
Button,
86
Flex,
97
FormLabel,
@@ -15,7 +13,6 @@ import {
1513
ModalContent,
1614
FormControl,
1715
FormHelperText,
18-
Select,
1916
Text,
2017
Step,
2118
StepDescription,

src/components/Map/Map.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default function Map({
126126
}
127127
},
128128
}),
129-
[position, setPosition]
129+
[setPosition]
130130
);
131131

132132
async function handleSubmit() {

0 commit comments

Comments
 (0)