diff --git a/src/components/CreatePool.tsx b/src/components/CreatePool.tsx index b473351..0051e9a 100644 --- a/src/components/CreatePool.tsx +++ b/src/components/CreatePool.tsx @@ -4,7 +4,6 @@ import CardContent from '@material-ui/core/CardContent'; import { makeStyles } from '@material-ui/core/styles'; import CloudUploadIcon from '@material-ui/icons/CloudUpload'; import { useEffect, useState } from 'react'; -import { searchForPlaces } from '../api/google'; import { makeAPIPostCall, makeAPIGetCall } from '../api/utils'; import { useHistory } from 'react-router-dom'; @@ -195,26 +194,6 @@ const CreatePool = ({ groupID }: { groupID?: string }) => {
- - -