Skip to content

Commit

Permalink
fix(details): layer list of details component #1494
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminderpal committed Nov 15, 2023
1 parent 3b41a59 commit a49556c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
ListItemButton,
ListItemIcon,
Paper,
SendIcon,
Tooltip,
Typography,
} from '@/ui';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,9 @@ import { useTheme } from '@mui/material/styles';

import { getUid } from 'ol/util'; // TODO no ol in component

import {
ListItem,
ListItemButton,
List,
ListItemIcon,
Tooltip,
IconButton,
Grid,
Paper,
Typography,
ArrowForwardIosOutlinedIcon,
ArrowBackIosOutlinedIcon,
LayersClearOutlinedIcon,
ChevronRightIcon,
Box,
} from '@/ui';
import { IconButton, Grid, Typography, ArrowForwardIosOutlinedIcon, ArrowBackIosOutlinedIcon, LayersClearOutlinedIcon, Box } from '@/ui';
import { FeatureInfo } from './feature-info-new';
import { PayloadBaseClass, api, IconStack } from '@/app';
import { PayloadBaseClass, api } from '@/app';
import { EVENT_NAMES } from '@/api/events/event-types';
import {
payloadIsAFeatureHighlight,
Expand Down

0 comments on commit a49556c

Please sign in to comment.