This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
resolver/app/domain/votes/index.ts

5 lines
49 B
TypeScript

import {Vote} from './vote';
export {
Vote
}