mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00

* chore: update license header year * chore: update license header year tsx files * chore: update license header
10 lines
441 B
TypeScript
10 lines
441 B
TypeScript
/*
|
|
* Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors.
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
|
|
export { FilterAddForm } from "./filters/FilterAddForm";
|
|
|
|
export { DownloadClientAddForm, DownloadClientUpdateForm } from "./settings/DownloadClientForms";
|
|
export { IndexerAddForm, IndexerUpdateForm } from "./settings/IndexerForms";
|
|
export { IrcNetworkAddForm, IrcNetworkUpdateForm } from "./settings/IrcForms";
|