mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Feat: Add create brewery comments and brewery cluster map
This commit is contained in:
8
src/components/ui/LocationMarker.tsx
Normal file
8
src/components/ui/LocationMarker.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import { HiLocationMarker } from 'react-icons/hi';
|
||||
|
||||
const LocationMarker = () => {
|
||||
return <HiLocationMarker className="text-3xl" />;
|
||||
};
|
||||
|
||||
export default React.memo(LocationMarker);
|
||||
Reference in New Issue
Block a user