Changed import name of torrentTable to correct TorrentTable

This commit is contained in:
2018-01-09 16:30:38 +01:00
parent c8a2ea9907
commit da54ad0066

View File

@@ -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';