Skip to content

Commit

Permalink
Fix import of LegoBoostModel.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Sep 30, 2024
1 parent f43d1ad commit 3629fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { createTestModel } from './utils';

import { LegoBoostModel } from '..';
import {LegoBoostModel} from "../widget"

describe('Example', () => {
describe('LegoBoostModel', () => {
Expand Down

0 comments on commit 3629fd0

Please sign in to comment.