Skip to content

Commit a744578

Browse files
committed
Update Player.tsx
1 parent 37bfefa commit a744578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/routes/editor/Player.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { commands } from "~/utils/tauri";
99
import AspectRatioSelect from "./AspectRatioSelect";
1010
import { FPS, OUTPUT_SIZE, useEditorContext } from "./context";
1111
import { EditorButton, Slider } from "./ui";
12-
import { formatTime } from "./utils";
1312
import { useEditorShortcuts } from "./useEditorShortcuts";
13+
import { formatTime } from "./utils";
1414

1515
export function Player() {
1616
const {

0 commit comments

Comments
 (0)