Skip to content

Commit ff4757c

Browse files
committed
frontend: fix double header
This was introduced by upgrading the libsodium-wrappers package
1 parent fab0b1c commit ff4757c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/Frame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { useLocation, useRoute } from 'preact-iso';
1111
import { useTranslation } from 'react-i18next';
1212
import { components } from '../schema';
1313
import { Base64 } from 'js-base64';
14-
import * as sodium from 'libsodium-wrappers';
14+
import sodium from 'libsodium-wrappers';
1515

1616
// Extend the Window interface to include custom properties
1717
declare global {

0 commit comments

Comments
 (0)