SortableTable depends on the Status component

This commit is contained in:
Himanshu Mishra
2020-04-22 00:01:41 +09:00
parent 9cffb0258d
commit 6a0ff5ee22
@@ -15,7 +15,7 @@
*/
import React from 'react';
import { StatusError, StatusOK, StatusWarning } from './Status';
import { StatusError, StatusOK, StatusWarning } from './../Status';
import SortableTable from './SortableTable';
export default {