diff --git a/bridge.js b/bridge.js index c3770d0..ad6d0d7 100644 --- a/bridge.js +++ b/bridge.js @@ -4,7 +4,7 @@ import * as Space from './space.js' import { getClient } from './lib.js' import * as ucanto from '@ucanto/core' import { base64url } from 'multiformats/bases/base64' -import cryptoRandomString from 'crypto-random-string'; +import cryptoRandomString from 'crypto-random-string' export { Account, Space }