Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wuls committed May 5, 2024
1 parent e20c21c commit 97382ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qwik-auth/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Auth, skipCSRFCheck } from '@auth/core';
import type { AuthAction, Session } from '@auth/core/types';
import type { AuthConfig } from '@auth/core/index';
import type { AuthConfig } from '@auth/core';
import { implicit$FirstArg, type QRL } from '@builder.io/qwik';
import {
globalAction$,
Expand Down

0 comments on commit 97382ea

Please sign in to comment.