Skip to content

Commit 52828a9

Browse files
committed
fix: fix type exports
1 parent 72c0a2a commit 52828a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/web/src/hooks/useFindSession.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { type Session, $Session } from '@opendatacapture/schemas/session';
1+
import { $Session } from '@opendatacapture/schemas/session';
2+
import type { Session } from '@opendatacapture/schemas/session';
23
import axios from 'axios';
34

45
export const sessionInfo = async (sessionId: string): Promise<null | Session> => {

0 commit comments

Comments
 (0)