diff --git a/packages/system/src/typography/typography.test.js b/packages/system/src/typography/typography.test.js index c7470a0de8..910984f3ed 100644 --- a/packages/system/src/typography/typography.test.js +++ b/packages/system/src/typography/typography.test.js @@ -9,7 +9,7 @@ import { textTransform, } from './typography'; -import { fontWeight as fontWeightAndroid } from './fontWeight.android'; +import { fontWeight as fontWeightAndroid } from '../fontWeight.android'; const fontSizes = [10, 20, 40];