forked from Ninjalama/streamyfin_mirror
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import React from "react";
|
|
|
|
export default function DownloadSettings({ ...props }) {
|
|
return <></>;
|
|
}
|