Skip to content

Commit

Permalink
fix: update paths to textures in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhowenstine committed Mar 1, 2024
1 parent 0a24737 commit d18888c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

import lng from '@lightningjs/core';
import { makeCreateComponent } from '@lightningjs/ui-components-test-utils';
import { Arrow, Circle } from '.';
import Arrow from './Arrow';
import Circle from './Circle';

const createTexture = makeCreateComponent(lng.Component);

Expand Down

0 comments on commit d18888c

Please sign in to comment.