mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-11 07:01:49 +02:00
Switch to tRPC (#173)
This commit is contained in:
parent
3d7e7e8a95
commit
2c4157ea24
245 changed files with 1585 additions and 1755 deletions
7
src/components/forms/index.ts
Normal file
7
src/components/forms/index.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export type { PollDetailsData } from "./poll-details-form";
|
||||
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