Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 6f009d6

Browse files
committed
Fix imports
1 parent 99fccac commit 6f009d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/screens/dashboard/components/HoursWithDuration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { Card } from 'antd';
33
import { createUseStyles } from 'react-jss';
44

5-
import TaskWithDurationModel from '../../../models/TaskWithDurationModel';
5+
import TaskWithDurationModel from '../../../modules/tasks/models/TaskWithDurationModel';
66
import { msToTime } from '../../../helpers/DateTime';
77

88
interface IHoursWithDurationProps {

src/screens/hours/components/HoursCard/HoursCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import format from 'date-fns/format';
44
import { observer } from 'mobx-react';
55
import { createUseStyles } from 'react-jss';
66

7-
import TaskTimeItemModel from '../../../../models/TaskTimeItemModel';
7+
import TaskTimeItemModel from '../../../../modules/tasks/models/TaskTimeItemModel';
88
import PlayStopButton from '../../../../components/PlayStopButton/PlayStopButton';
99
import rootStore from '../../../../modules/RootStore';
1010
import { msToTime } from '../../../../helpers/DateTime';

0 commit comments

Comments
 (0)