mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Organize filestructure
This commit is contained in:
11
client/source/scripts/components/ui/LoadingIndicator.js
Normal file
11
client/source/scripts/components/ui/LoadingIndicator.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
export default class TorrentList extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div>Loading</div>
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user