Skip to content

Commit 3a10bb2

Browse files
committed
fix: more history support
1 parent f31f4ca commit 3a10bb2

4 files changed

Lines changed: 1391 additions & 1349 deletions

File tree

src/components/panel/views/LeftHistoryView.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState, useMemo } from 'react';
2-
import useHistoryStore from '../../../store/historyStore';
2+
import useHistoryStore from '../../../store/historyStore.js';
33
import useGraphStore from '../../../store/graphStore.jsx';
4-
import { generateDescription } from '../../../utils/actionDescriptions';
4+
import { generateDescription } from '../../../utils/actionDescriptions.js';
55
import { Clock, Globe, Filter, LayoutGrid } from 'lucide-react';
66
import './LeftHistoryView.css';
77

0 commit comments

Comments
 (0)