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