Skip to content

Commit ac86f7d

Browse files
committed
Fixed linting issue
1 parent beb93a6 commit ac86f7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/components/RoomMapMarker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
"use client";
22

3-
import React, { useEffect, useRef } from "react";
4-
import { Marker } from "react-map-gl/mapbox";
53
import { alpha } from "@mui/material";
64
import { Typography } from "@mui/material";
75
import Box from "@mui/material/Box";
86
import { useTheme } from "@mui/material/styles";
97
import useRoom from "hooks/useRoom";
8+
import React, { useEffect, useRef } from "react";
9+
import { Marker } from "react-map-gl/mapbox";
1010

1111
interface RoomMapMarkerProps {
1212
roomId: string;

0 commit comments

Comments
 (0)