Skip to content

Commit

Permalink
fix: fixed unimported module
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Feb 20, 2024
1 parent ef275bb commit 753fc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dotlottie-js/src/tests/lottie-audio-node.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import type { Animation as AnimationType } from '@lottiefiles/lottie-types';

import { DotLottie, LottieAudio, getMimeTypeFromBase64, isAudioAsset } from '..';
import { DotLottie, LottieAudio, isAudioAsset } from '..';

// eslint-disable-next-line @lottiefiles/import-filename-format
import AUDIO_ANIMATION_1_DATA from './__fixtures__/audio/instruments_1.json';
Expand Down

0 comments on commit 753fc9d

Please sign in to comment.