mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-21 04:11:38 +00:00
10 lines
187 B
TypeScript
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"
|
|
/>
|
|
)
|
|
}
|