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