Skip to content

Commit

Permalink
temp file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed Jan 25, 2024
1 parent e6149a0 commit 3b783ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion teachertool/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { makeNotification } from "./utils";
import DebugInput from "./components/DebugInput";
import { MakeCodeFrame } from "./components/MakecodeFrame";
import EvalResultDisplay from "./components/EvalResultDisplay";
import { downloadTargetConfigAsync } from "./services/backendRequests";
import { downloadTargetConfigAsync } from "./services/ackendRequests";
import * as Actions from "./state/actions";
import { logDebug } from "./services/loggingService";

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion teachertool/src/transforms/loadProjectMetadataAsync.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { stateAndDispatch } from "../state";
import * as Actions from "../state/actions";
import { getProjectMetaAsync } from "../services/backendRequests";
import { getProjectMetaAsync } from "../services/ackendRequests";
import { logDebug } from "../services/loggingService";
import { postNotification } from "./postNotification";
import { makeNotification } from "../utils";
Expand Down

0 comments on commit 3b783ed

Please sign in to comment.