Files
remark42/frontend/app/components/thread/index.ts
T
Pavel MineevandUmputun ce01a347ca Collapse comment by thread border (#545)
* collapse comment by border

* Fix after review

* hide avatar in collapsed state
* fix lines icon
2020-01-14 17:11:30 -06:00

7 lines
153 B
TypeScript

export { Thread } from './thread';
import './thread.scss';
import './_theme_dark/thread_theme_dark.scss';
import './__collapse/thread__collapse.scss';