Skip to content

Commit 2038504

Browse files
Material Engcopybara-github
authored andcommitted
Remove .js from import.
PiperOrigin-RevId: 544005712
1 parent 329b8c7 commit 2038504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/dynamiccolor/contrast_curve.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import * as math from '../utils/math_utils.js.js';
18+
import * as math from '../utils/math_utils.js';
1919

2020
/**
2121
* A class containing the contrast curve for a dynamic color on its background.

0 commit comments

Comments
 (0)