Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
fix: correct rem import path
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Nov 29, 2020
1 parent 4338554 commit a601c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babel/add-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export function importUtil(
return importModule(
program,
utilName,
`react-native-styled.macro/build/module/utils/${utilName}`
`react-native-styled.macro/build/module/lib/utils/${utilName}`
);
}

0 comments on commit a601c70

Please sign in to comment.