Skip to content

Commit 57d21b0

Browse files
authored
defined missing constants from previous commit
1 parent 88bc3a3 commit 57d21b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/stage-header/stage-header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Button from '../button/button.jsx';
1010
import ToggleButtons from '../toggle-buttons/toggle-buttons.jsx';
1111
import Controls from '../../containers/controls.jsx';
1212
import {getStageDimensions} from '../../lib/screen-utils';
13-
import {STAGE_DISPLAY_SIZES, STAGE_SIZE_MODES} from '../../lib/layout-constants';
13+
import {STAGE_DISPLAY_SIZES, STAGE_SIZE_MODES, STAGE_DISPLAY_SCALE_METADATA, FIXED_WIDTH} from '../../lib/layout-constants';
1414

1515
import fullScreenIcon from './icon--fullscreen.svg';
1616
import unFullScreenIcon from './icon--unfullscreen.svg';

0 commit comments

Comments
 (0)