mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Use the moved makePollContent function from js-sdk (#7387)
This commit is contained in:
parent
71b561d471
commit
fc58ce7ed2
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ limitations under the License.
|
|||
|
||||
import React, { ChangeEvent, createRef } from "react";
|
||||
import { Room } from "matrix-js-sdk/src/models/room";
|
||||
import { makePollContent, POLL_KIND_DISCLOSED, POLL_START_EVENT_TYPE } from "matrix-js-sdk/src/@types/polls";
|
||||
import { makePollContent } from "matrix-js-sdk/src/content-helpers";
|
||||
import { POLL_KIND_DISCLOSED, POLL_START_EVENT_TYPE } from "matrix-js-sdk/src/@types/polls";
|
||||
|
||||
import ScrollableBaseModal, { IScrollableBaseState } from "../dialogs/ScrollableBaseModal";
|
||||
import { IDialogProps } from "../dialogs/IDialogProps";
|
||||
|
|
Loading…
Reference in a new issue