File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import html2canvas from "html2canvas";
29
29
import { USER_CLOSE_WEB_SOCKET_CODE } from "./constants" ;
30
30
import CodeTab from "./components/CodeTab" ;
31
31
import OutputSettingsSection from "./components/OutputSettingsSection" ;
32
- import { History } from "./history_types" ;
32
+ import { History } from "./components/history/ history_types" ;
33
33
import HistoryDisplay from "./components/history/HistoryDisplay" ;
34
34
import { extractHistoryTree } from "./components/history/utils" ;
35
35
import toast from "react-hot-toast" ;
Original file line number Diff line number Diff line change 1
1
import { ScrollArea } from "@/components/ui/scroll-area" ;
2
- import { History , HistoryItemType } from "../.. /history_types" ;
2
+ import { History , HistoryItemType } from "./history_types" ;
3
3
import toast from "react-hot-toast" ;
4
4
import classNames from "classnames" ;
5
5
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import { expect , test } from "vitest" ;
2
2
import { extractHistoryTree } from "./utils" ;
3
- import type { History } from "../.. /history_types" ;
3
+ import type { History } from "./history_types" ;
4
4
5
5
const data : History = [
6
6
{
72DD
Original file line number Diff line number Diff line change 1
- import { History } from "../.. /history_types" ;
1
+ import { History } from "./history_types" ;
2
2
3
3
export function extractHistoryTree (
4
4
history : History ,
You can’t perform that action at this time.
0 commit comments