// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`PollCreateDialog renders a blank poll 1`] = `"

Create poll

What is your poll question or topic?

Create options

Add option
Cancel
"`; exports[`PollCreateDialog renders a question and some options 1`] = `"

Create poll

What is your poll question or topic?

Create options

Add option
Cancel
"`;