mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-16 10:16:20 +01:00
✨ Change integration structure to array and rename to widgets in config
This commit is contained in:
@@ -20,10 +20,10 @@ const definition = defineWidget({
|
||||
export type IBitTorrent = IWidget<typeof definition['id'], typeof definition>;
|
||||
|
||||
interface BitTorrentTileProps extends BaseTileProps {
|
||||
module: IBitTorrent; // TODO: change to new type defined through widgetDefinition
|
||||
widget: IBitTorrent; // TODO: change to new type defined through widgetDefinition
|
||||
}
|
||||
|
||||
function BitTorrentTile({ className, module }: BitTorrentTileProps) {
|
||||
function BitTorrentTile({ className, widget }: BitTorrentTileProps) {
|
||||
return <HomarrCardWrapper>Bit Torrent</HomarrCardWrapper>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user