Skip to content

Commit

Permalink
Fix up Timer import.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 15, 2024
1 parent 058ec28 commit c3a9a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timer.cubing.net/timing/Controller.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { View } from "../ui/TimeView";
import * as WakeLock from "../ui/wake-lock";
import type { Milliseconds, Timer } from "./Timer";
import { type Milliseconds, Timer } from "./Timer";

enum State {
ReadyDown = "ready-down",
Expand Down

0 comments on commit c3a9a7d

Please sign in to comment.