We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b405a4e commit c1696c4Copy full SHA for c1696c4
packages/keyring-eth-simple/src/sample.ts
@@ -1,5 +1,5 @@
1
// eslint-disable-next-line @typescript-eslint/naming-convention
2
-import SimpleKeyring from './simple-keyring';
+import SimpleKeyring from '.';
3
4
const keyring = new SimpleKeyring();
5
0 commit comments