Bluesky app fork with some witchin' additions 馃挮
at main 419 B view raw
1diff --git a/node_modules/@lingui/core/dist/index.mjs b/node_modules/@lingui/core/dist/index.mjs 2index 9759736..881f67b 100644 3--- a/node_modules/@lingui/core/dist/index.mjs 4+++ b/node_modules/@lingui/core/dist/index.mjs 5@@ -1,4 +1,4 @@ 6-import unraw from 'unraw'; 7+import { unraw } from 'unraw'; 8 import { compileMessage } from '@lingui/message-utils/compileMessage'; 9 10 const isString = (s) => typeof s === "string";