Skip to content

Commit d7193c6

Browse files
committed
[NAE-1544] Timezone for Date a DateTime field
- corrected bad import
1 parent 8471d08 commit d7193c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/netgrif-components/src/lib/data-fields/date-time-field/simple-date-time-field/simple-date-time-field.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
AbstractSimpleDateTimeFieldComponent,
55
DATE_TIME_FORMAT,
66
NAE_INFORM_ABOUT_INVALID_DATA
7-
} from 'netgrif-components-core';
7+
} from '@netgrif/components-core';
88
import { NGX_MAT_DATE_FORMATS } from '@angular-material-components/datetime-picker';
99

1010
@Component({

0 commit comments

Comments
 (0)