receptor/src/ui/add_torrent.js

10 lines
139 B
JavaScript
Raw Normal View History

2017-08-24 14:30:22 +02:00
import React from 'react';
export default function add_torrent(props) {
return (
<div>
<h3>Add torrent</h3>
</div>
);
}