Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoblersTune committed Jul 15, 2024
1 parent f3175af commit 50c723d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/frontend/app/routes/auth.login.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { json, type LoaderFunctionArgs, redirectDocument, } from '@remix-run/node'
import {
json,
type LoaderFunctionArgs,
redirectDocument
} from '@remix-run/node'
import { uuidSchema } from '~/lib/validate.server'
import { isUiNodeInputAttributes } from '@ory/integrations/ui'
import type { UiContainer } from '@ory/client'
Expand Down
6 changes: 5 additions & 1 deletion packages/frontend/app/routes/auth.recovery.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { json, type LoaderFunctionArgs, redirectDocument } from '@remix-run/node'
import {
json,
type LoaderFunctionArgs,
redirectDocument
} from '@remix-run/node'
import { uuidSchema } from '~/lib/validate.server'
import { isUiNodeInputAttributes } from '@ory/integrations/ui'
import type { UiContainer } from '@ory/client'
Expand Down

0 comments on commit 50c723d

Please sign in to comment.