Skip to content

Commit 7e40085

Browse files
committed
fix import
1 parent dff7b3c commit 7e40085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/routes/automate/tools/replay-tool.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { toast } from "react-toastify";
44
import Editor from 'react-simple-code-editor';
55
import { highlight } from 'sugar-high'
66
import { useState } from "react";
7-
import SessionPlayer from "../../../components/session-player";
7+
import SessionPlayer from "../../../components/replay-tool/session-player";
88
const { Field } = Form
99

1010
function Info({ label, value }: { label: string; value: string }) {

0 commit comments

Comments
 (0)