Skip to content

Commit

Permalink
[NAE-1544] Timezone for Date a DateTime field
Browse files Browse the repository at this point in the history
- corrected bad import
  • Loading branch information
renczesstefan committed Dec 12, 2022
1 parent 8471d08 commit d7193c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
AbstractSimpleDateTimeFieldComponent,
DATE_TIME_FORMAT,
NAE_INFORM_ABOUT_INVALID_DATA
} from 'netgrif-components-core';
} from '@netgrif/components-core';
import { NGX_MAT_DATE_FORMATS } from '@angular-material-components/datetime-picker';

@Component({
Expand Down

0 comments on commit d7193c6

Please sign in to comment.