Skip to content

Commit 8f2d196

Browse files
author
Sine Jespersen
committed
move import to bottom
1 parent 67198a0 commit 8f2d196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/screen/util/grid-generation-and-select.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { createGridArea, createGrid } from "os2display-grid-generator";
55
import { useTranslation } from "react-i18next";
66
import idFromUrl from "../../util/helpers/id-from-url";
77
import PlaylistDragAndDrop from "../../playlist-drag-and-drop/playlist-drag-and-drop";
8-
import "./grid.scss";
98
import { useDispatch } from "react-redux";
109
import { api } from "../../../redux/api/api.generated.ts";
10+
import "./grid.scss";
1111

1212
/**
1313
* The grid generator component.

0 commit comments

Comments
 (0)