From 4623ba90211b549c37f59d178aed254c9f6402fd Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Tue, 17 Dec 2024 08:53:20 -0700 Subject: [PATCH] Move MipmapElement to chipper, see https://github.com/phetsims/chipper/issues/1523 --- mipmaps/flashlight_png.ts | 2 +- mipmaps/infraredSource_png.ts | 2 +- mipmaps/microwaveSource_png.ts | 2 +- mipmaps/uvSource_png.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mipmaps/flashlight_png.ts b/mipmaps/flashlight_png.ts index 9fcddc0d..afc08307 100644 --- a/mipmaps/flashlight_png.ts +++ b/mipmaps/flashlight_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/infraredSource_png.ts b/mipmaps/infraredSource_png.ts index 9ec703e9..0941045b 100644 --- a/mipmaps/infraredSource_png.ts +++ b/mipmaps/infraredSource_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/microwaveSource_png.ts b/mipmaps/microwaveSource_png.ts index 5e05fcd2..3e0ffc9b 100644 --- a/mipmaps/microwaveSource_png.ts +++ b/mipmaps/microwaveSource_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/uvSource_png.ts b/mipmaps/uvSource_png.ts index fb083433..3e169f43 100644 --- a/mipmaps/uvSource_png.ts +++ b/mipmaps/uvSource_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [