Skip to content

Commit

Permalink
fix(flow): fix imported types
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Jan 13, 2019
1 parent 0c80ca0 commit 9f8277e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @flow

import { type BreakpointsMap, ThemeWithBreakpoints } from './models';
import type { BreakpointsMap, ThemeWithBreakpoints } from './models';

export const defaultBreaks: BreakpointsMap = {
phone: '576px',
Expand Down
2 changes: 1 addition & 1 deletion src/mocks.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @flow

import { type BreakpointsMap, ThemeWithBreakpoints } from './models';
import type { BreakpointsMap, ThemeWithBreakpoints } from './models';

const customBreaks: BreakpointsMap = {
xs: '576px',
Expand Down

0 comments on commit 9f8277e

Please sign in to comment.