Skip to content

Commit

Permalink
fix(header): OAuthResponse export
Browse files Browse the repository at this point in the history
Took 1 minute
  • Loading branch information
rokartur committed Jun 28, 2024
1 parent 0e14217 commit eebb0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Tooltip } from '@/components/tooltip/tooltip.tsx'
import { setTrainers } from '@/utils/slices/trainersSlice.ts'
import { User } from '@/models/User.ts'

interface OAuthResponse {
export interface OAuthResponse {
error?: string
url?: string
}
Expand Down

0 comments on commit eebb0e5

Please sign in to comment.