Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
doberkofler committed Mar 7, 2020
1 parent e670425 commit addef8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import startOfMonth from 'date-fns/startOfMonth';
import endOfMonth from 'date-fns/endOfMonth';
import {getDateWitoutTime} from '../date';
import {Config} from '../config';
import {render} from '../layout';
import {render} from '../render';
import {ScaleType} from '../scale';
import {optionsType} from '../index';

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Config} from './config';
import {setData} from './data';
import {render} from './layout';
import {render} from './render';

export type taskType = {
id: number,
Expand Down
File renamed without changes.

0 comments on commit addef8b

Please sign in to comment.