Skip to content

Commit 5edf823

Browse files
committed
fix syntax on Dialog.js
1 parent 9cb13f8 commit 5edf823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
import Overlay from './Overlay';
1313

1414
import DefaultAnimation from '../animations/DefaultAnimation';
15-
import { type DialogType } from '../Type';
15+
import type { DialogType } from '../Type';
1616

1717
const { width: screenWidth, height: screenHeight } = Dimensions.get('window');
1818

0 commit comments

Comments
 (0)