Skip to content

Commit 38e4b2e

Browse files
committed
chore: remove unnecessary .js extension
1 parent 7cc352a commit 38e4b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webpack-bs5-demo-with-locales/src/examples/slickgrid/example46.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { TextExportService } from '@slickgrid-universal/text-export';
33
import { bindable } from 'aurelia';
44
import { type AureliaGridInstance, type Column, Filters, Formatters, type GridOption } from 'aurelia-slickgrid';
55

6-
import { showToast } from './utilities.js';
6+
import { showToast } from './utilities';
77
import './example46.scss'; // provide custom CSS/SASS styling
88

99
interface Chapter {

webpack-bs5-demo/src/examples/slickgrid/example46.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { TextExportService } from '@slickgrid-universal/text-export';
33
import { bindable } from 'aurelia';
44
import { type AureliaGridInstance, type Column, Filters, Formatters, type GridOption } from 'aurelia-slickgrid';
55

6-
import { showToast } from './utilities.js';
6+
import { showToast } from './utilities';
77
import './example46.scss'; // provide custom CSS/SASS styling
88

99
interface Chapter {

0 commit comments

Comments
 (0)