overleaf/services/web/frontend/js/features/ide-react/components/history-sidebar.tsx

6 lines
138 B
TypeScript
Raw Normal View History

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