mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-10 19:11:58 +01:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import React from "react";
|
|
|
|
export default function DownloadSettings({ ...props }) {
|
|
return <></>;
|
|
}
|