index.js 93 B

12345
  1. import Poll from "./poll"
  2. import PollForm from "./form"
  3. export { Poll }
  4. export { PollForm }