Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 6f5d8e9

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
fix(build): TypeScript was reporting some build error
1 parent 4ae831f commit 6f5d8e9

File tree

1 file changed

+1
-0
lines changed
  • src/app/modules/angular-slickgrid/sorters

1 file changed

+1
-0
lines changed

src/app/modules/angular-slickgrid/sorters/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { SortDirectionNumber } from './../models/sortDirectionNumber.enum';
12
import { dateUsShortSorter } from './dateUsShortSorter';
23
import { dateSorter } from './dateSorter';
34
import { dateIsoSorter } from './dateIsoSorter';

0 commit comments

Comments
 (0)