Skip to content

Commit

Permalink
Update LocationInput.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
karnelll authored Oct 31, 2024
1 parent dba6d81 commit 0825c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fe/src/app/eventcreate-page/components/LocationInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import React, { useState } from "react";
import Image from "next/image";
import SearchResults from "./SearchResults";

interface Place {
name: string;
address: string;
Expand Down

0 comments on commit 0825c54

Please sign in to comment.