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 dff7b3c commit 7e40085Copy full SHA for 7e40085
src/renderer/routes/automate/tools/replay-tool.tsx
@@ -4,7 +4,7 @@ import { toast } from "react-toastify";
4
import Editor from 'react-simple-code-editor';
5
import { highlight } from 'sugar-high'
6
import { useState } from "react";
7
-import SessionPlayer from "../../../components/session-player";
+import SessionPlayer from "../../../components/replay-tool/session-player";
8
const { Field } = Form
9
10
function Info({ label, value }: { label: string; value: string }) {
0 commit comments