diff --git a/packages/graphics-2d/test/graphics-2d.library.spec.ts b/packages/graphics-2d/test/graphics-2d.library.spec.ts index 0230d16c..67b5f098 100644 --- a/packages/graphics-2d/test/graphics-2d.library.spec.ts +++ b/packages/graphics-2d/test/graphics-2d.library.spec.ts @@ -1,6 +1,6 @@ import { ApplicationContext, InitContext, LibraryManager } from "@nanoforge/common"; -import { Graphics2DLibrary } from "../src"; +import { Graphics2DLibrary } from "../src/graphics-2d.library"; describe("Graphics 2D Library", () => { const library = new Graphics2DLibrary();