diff --git a/client/src/pages/flami/SharePage.tsx b/client/src/pages/flami/SharePage.tsx index 1c61e15..7335843 100644 --- a/client/src/pages/flami/SharePage.tsx +++ b/client/src/pages/flami/SharePage.tsx @@ -8,7 +8,7 @@ import { useNavigate } from "react-router"; import { Button } from "../../components/ui"; import { useGeolocated } from "react-geolocated"; import { useTheme } from "../../hooks/useTheme"; -import MyFlamiDisplay from "../../components/flami/MyFlamiDisplay"; +import MyFlamiDisplay from "../../components/flami/myFlamiDisplay"; const SharePage = () => { const { token } = useAuth(); @@ -44,7 +44,12 @@ const SharePage = () => {