Skip to content

Commit aae6124

Browse files
committed
cleanup
1 parent 338410e commit aae6124

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

frontend/src/components/dnd/BlankAppShortcut.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { Box, Grid2 } from '@mui/material';
44
import React from 'react';
55

66
import { styles } from '../../theme/styles';
7-
import { AppShortcut } from '../AppShortcut';
87
import { WidgetContainer } from '../widgets/WidgetContainer';
98

109
type Props = {

frontend/src/components/dnd/DashboardGrid.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {
2-
closestCenter,
32
DndContext,
43
DragOverlay,
54
PointerSensor,
@@ -21,7 +20,6 @@ import { SortableDateTimeWidget } from './SortableDateTime';
2120
import { SortableSystemMonitorWidget } from './SortableSystemMonitor';
2221
import { SortableWeatherWidget } from './SortableWeather';
2322
import { useAppContext } from '../../context/useAppContext';
24-
import { styles } from '../../theme/styles';
2523
import { DashboardItem, ITEM_TYPE } from '../../types';
2624
import { AddEditForm } from '../forms/AddEditForm';
2725
import { CenteredModal } from '../modals/CenteredModal';

frontend/src/components/dnd/SortableWeather.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import { CSS } from '@dnd-kit/utilities';
33
import { Box, Grid2 } from '@mui/material';
44
import React from 'react';
55

6-
7-
import { PlaceholderWidget } from './PlaceholderWidget';
8-
import { DateTimeWidget } from '../widgets/DateTimeWidget';
96
import { WeatherWidget } from '../widgets/WeatherWidget';
107
import { WidgetContainer } from '../widgets/WidgetContainer';
118

0 commit comments

Comments
 (0)