Skip to content

Commit 107e1fa

Browse files
author
Matthew Grill
committed
Fix filesystem case issue.
1 parent 2513f1e commit 107e1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/05_pages/Permissions/Permissions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import makeCancelable from 'makecancelable';
33
import { Markup } from 'interweave';
44

55
import Loading from '../../Helpers/Loading';
6-
import { Table, TBody, THead } from '../../UI/Table';
6+
import { Table, TBody, THead } from '../../UI/table';
77

88
const Permissions = class Permissions extends Component {
99
state = {

0 commit comments

Comments
 (0)