Skip to content

Commit 67198a0

Browse files
author
Sine Jespersen
committed
remove unused imports
1 parent d6d2e28 commit 67198a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/playlist-drag-and-drop/playlist-drag-and-drop.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { React, useState, useEffect } from "react";
1+
import { useState } from "react";
22
import PropTypes from "prop-types";
33
import { useTranslation } from "react-i18next";
44
import { SelectPlaylistColumns } from "../playlist/playlists-columns";
@@ -8,7 +8,6 @@ import FormCheckbox from "../util/forms/form-checkbox";
88
import {
99
useGetV2PlaylistsByIdSlidesQuery,
1010
useGetV2PlaylistsQuery,
11-
useGetV2ScreensByIdRegionsAndRegionIdPlaylistsQuery,
1211
} from "../../redux/api/api.generated.ts";
1312
import ScreenGanttChart from "../screen/util/screen-gantt-chart";
1413

0 commit comments

Comments
 (0)