Skip to content

Commit

Permalink
fix: use correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
aulneau committed May 25, 2021
1 parent 68239c0 commit a25da05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect/src/ui.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { authenticate } from './auth';
import type { AuthOptions } from './types/auth';
import { defineCustomElements } from '@stacks/connect-ui/dist/custom-elements';
import { defineCustomElements } from '@stacks/connect-ui';
import { getStacksProvider } from './utils';

export const showConnect = (authOptions: AuthOptions) => {
Expand Down

0 comments on commit a25da05

Please sign in to comment.