5 lines
49 B
TypeScript
5 lines
49 B
TypeScript
import {Vote} from './vote';
|
|
|
|
export {
|
|
Vote
|
|
} |