Skip to content

Commit

Permalink
Fix import path for useQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
panzerstadt committed Jan 7, 2024
1 parent 77c24bf commit 5c27443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/interpreter/useStd.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Dispatch, MutableRefObject, SetStateAction, useEffect } from "react";
import { Program, StdEnvs } from "./program";
import { Line } from "./interface";
import { useQueue } from "../queue/useQueue";
import { useQueue } from "../Queue/useQueue";

const TERMINAL_SPEED_MS = 30;

Expand Down

0 comments on commit 5c27443

Please sign in to comment.