Skip to content

Commit

Permalink
Fix uppercase file import
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rojas Miguel Angel authored and holgerhagen committed Feb 6, 2018
1 parent d6d3a79 commit 09c651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/app/model/workbasket.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {WorkbasketSummary} from './WorkbasketSummary';
import {WorkbasketSummary} from './workbasketSummary';
export class Workbasket {
constructor(
public id: string,
Expand Down

0 comments on commit 09c651a

Please sign in to comment.