Organize filestructure

This commit is contained in:
John Furrow
2016-01-16 23:01:51 -08:00
parent 71141ac8ba
commit 20fcf21d80
45 changed files with 819 additions and 497 deletions

View File

@@ -0,0 +1,11 @@
import React from 'react';
export default class TorrentList extends React.Component {
render() {
return (
<div>Loading</div>
);
}
}