latex-ub/services/web/frontend/js/features/ide-react/components/history-sidebar.tsx
2025-05-05 12:24:05 +00:00

10 lines
187 B
TypeScript

import React from 'react'
export function HistorySidebar() {
return (
<aside
id="history-file-tree"
className="ide-react-editor-sidebar history-file-tree"
/>
)
}