receptor/src/ui/add_torrent.js

10 lines
139 B
JavaScript

import React from 'react';
export default function add_torrent(props) {
return (
<div>
<h3>Add torrent</h3>
</div>
);
}