We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab0b1c commit ff4757cCopy full SHA for ff4757c
1 file changed
frontend/src/pages/Frame.tsx
@@ -11,7 +11,7 @@ import { useLocation, useRoute } from 'preact-iso';
11
import { useTranslation } from 'react-i18next';
12
import { components } from '../schema';
13
import { Base64 } from 'js-base64';
14
-import * as sodium from 'libsodium-wrappers';
+import sodium from 'libsodium-wrappers';
15
16
// Extend the Window interface to include custom properties
17
declare global {
0 commit comments