Skip to content

Commit

Permalink
Fixed issue with import
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Oct 8, 2024
1 parent 637efe5 commit 8ec3b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/record/src/stop.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { LookitWindow } from "@lookit/data/dist/types";
import Handlebars from "handlebars";
import { JsPsych, JsPsychPlugin } from "jspsych";
import uploadingVideo from "../templates/uploading-video.hbs";
import { NoSessionRecordingError } from "./errors";
import Recorder from "./recorder";
import Handlebars = require("handlebars");

declare let window: LookitWindow;

Expand Down

0 comments on commit 8ec3b34

Please sign in to comment.