We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bfefa commit a744578Copy full SHA for a744578
apps/desktop/src/routes/editor/Player.tsx
@@ -9,8 +9,8 @@ import { commands } from "~/utils/tauri";
9
import AspectRatioSelect from "./AspectRatioSelect";
10
import { FPS, OUTPUT_SIZE, useEditorContext } from "./context";
11
import { EditorButton, Slider } from "./ui";
12
-import { formatTime } from "./utils";
13
import { useEditorShortcuts } from "./useEditorShortcuts";
+import { formatTime } from "./utils";
14
15
export function Player() {
16
const {
0 commit comments