mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 17:59:14 +00:00

* refactor: begin to replace final-form * refactor: replace final-form with formik n cleanup
5 lines
323 B
TypeScript
5 lines
323 B
TypeScript
export { default as FilterAddForm } from "./filters/FilterAddForm";
|
|
|
|
export { DownloadClientAddForm, DownloadClientUpdateForm } from "./settings/DownloadClientForms";
|
|
export { IndexerAddForm, IndexerUpdateForm } from "./settings/IndexerForms";
|
|
export { IrcNetworkAddForm, IrcNetworkUpdateForm } from "./settings/IrcForms";
|