omnivore/packages/web/components/templates/library/LibraryItemsContainer.tsx

17 lines
482 B
TypeScript
Raw Permalink Normal View History

import { Allotment } from 'allotment'
import 'allotment/dist/style.css'
import { LibraryContainer } from './LibraryContainer'
2024-06-25 01:11:15 +00:00
// export function LibraryItemsContainer(): JSX.Element {
// return (
// <Allotment>
// {/* <Allotment.Pane minSize={200}>
// <LibraryContainer folder="inbox" />
// </Allotment.Pane> */}
// {/* <Allotment.Pane snap maxSize={400}>
// <HighlightsList />
// </Allotment.Pane> */}
// </Allotment>
// )
// }