Skip to content

Commit

Permalink
fix TS
Browse files Browse the repository at this point in the history
  • Loading branch information
16adianay committed Dec 22, 2023
1 parent a811c8a commit fc31a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vue/src/components/HomeContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import DxDataGrid, {
DxItem,
} from 'devextreme-vue/data-grid';
import type dxDataGrid from 'devextreme/ui/data_grid';
import { type DxDataGridTypes } from 'devextreme-vue/data-grid';
import type { DxDataGridTypes } from 'devextreme-vue/data-grid';
import notify from 'devextreme/ui/notify';
const pattern = /^\(\d{3}\) \d{3}-\d{4}$/i;
Expand Down

0 comments on commit fc31a5d

Please sign in to comment.