Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Sep 18, 2024
1 parent 6e31c8d commit 81fb654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
UiNodeInputAttributes,
UpdateSettingsFlowBody,
} from "@ory/client"
import { H3 } from "@ory/themes"
import { AxiosError } from "axios"
import type { NextPage } from "next"
import Head from "next/head"
Expand All @@ -24,7 +25,6 @@ import {
} from "../pkg"
import { handleFlowError } from "../pkg/errors"
import ory from "../pkg/sdk"
import { H3 } from "@ory/themes"

interface Props {
flow?: SettingsFlow
Expand Down

0 comments on commit 81fb654

Please sign in to comment.