Skip to content

Commit

Permalink
Break codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
incorbador committed Dec 22, 2023
1 parent 721842d commit 8857c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- main
- feature/lint_and_formatting_github_checks_break

jobs:
deploy:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PasskeyLoginWithEmailOtpFallbackScreens } from '@corbado/shared-ui';

import { EmailOTP } from '../screens/login/EmailOTP';
import { InitiateLogin } from '../screens/login/InitiateLogin';
import {InitiateLogin } from '../screens/login/InitiateLogin';
import { PasskeyAppend } from '../screens/login/PasskeyAppend';
import { PasskeyBenefits } from '../screens/login/PasskeyBenefits';
import { PasskeyError } from '../screens/login/PasskeyError';
Expand Down

0 comments on commit 8857c5a

Please sign in to comment.