5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
import {Comment} from './comment'
|
|
|
|
export {
|
|
Comment
|
|
} |