Changed import name of torrentTable to correct TorrentTable
This commit is contained in:
@@ -2,7 +2,7 @@ import React, { Component } from 'react';
|
|||||||
import { fetchJSON } from '../http.jsx';
|
import { fetchJSON } from '../http.jsx';
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
import TorrentTable from './torrentTable.jsx'
|
import TorrentTable from './TorrentTable.jsx'
|
||||||
|
|
||||||
// Stylesheets
|
// Stylesheets
|
||||||
import btnStylesheet from '../styles/buttons.jsx';
|
import btnStylesheet from '../styles/buttons.jsx';
|
||||||
|
|||||||
Reference in New Issue
Block a user