about summary refs log tree commit diff
path: root/patches/@lingui+core+4.14.1.patch
blob: 8ace93a744fbe7caeb2d41f0a847e62284e8c03e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
diff --git a/node_modules/@lingui/core/dist/index.mjs b/node_modules/@lingui/core/dist/index.mjs
index 9759736..881f67b 100644
--- a/node_modules/@lingui/core/dist/index.mjs
+++ b/node_modules/@lingui/core/dist/index.mjs
@@ -1,4 +1,4 @@
-import unraw from 'unraw';
+import { unraw } from 'unraw';
 import { compileMessage } from '@lingui/message-utils/compileMessage';
 
 const isString = (s) => typeof s === "string";