mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-05 20:21:50 +02:00
✨ Allow users to customize poll behaviour (#785)
This commit is contained in:
parent
14cfa2bd50
commit
b1e3f63a2e
58 changed files with 1361 additions and 1042 deletions
|
@ -3,5 +3,3 @@ export { PollDetailsForm } from "./poll-details-form";
|
|||
export type { PollOptionsData } from "./poll-options-form/poll-options-form";
|
||||
export { default as PollOptionsForm } from "./poll-options-form/poll-options-form";
|
||||
export * from "./types";
|
||||
export type { UserDetailsData } from "./user-details-form";
|
||||
export { UserDetailsForm } from "./user-details-form";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue