Skip to content

Commit

Permalink
fix(player/react): react import missing on audio layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Oct 4, 2023
1 parent 22a5cf6 commit 6e003a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import * as React from 'react';

import { DefaultAudioLayoutLarge } from './audio-layout-large';
import { DefaultAudioLayoutSmall } from './audio-layout-small';
import { createDefaultMediaLayout, type DefaultMediaLayoutProps } from './shared-layout';
Expand Down

0 comments on commit 6e003a6

Please sign in to comment.