fix: restore removed icon imports in MyTreesPage, add default export to SessionHistoryPage
- FolderTree, Plus, ListOrdered, Wrench are still used in empty state and tree card rendering — restore the imports - SessionHistoryPage needs default export for lazyWithRetry Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@ const TABS = [
|
||||
|
||||
type TabId = typeof TABS[number]['id']
|
||||
|
||||
export function SessionHistoryPage() {
|
||||
export default function SessionHistoryPage() {
|
||||
const navigate = useNavigate()
|
||||
const [searchParams, setSearchParams] = useSearchParams()
|
||||
const [activeTab, setActiveTab] = useState<TabId>('ai')
|
||||
|
||||
Reference in New Issue
Block a user