Skip to content

Commit da31c84

Browse files
committed
fix: run biome on imports
1 parent 71323ac commit da31c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/ManagementSettingsPage/OrganizationSettingsPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import type {
88
} from "api/typesGenerated";
99
import { ErrorAlert } from "components/Alert/ErrorAlert";
1010
import { DeleteDialog } from "components/Dialogs/DeleteDialog/DeleteDialog";
11+
import { FeatureBadge } from "components/FeatureBadge/FeatureBadge";
1112
import {
1213
FormFields,
1314
FormFooter,
@@ -26,7 +27,6 @@ import {
2627
} from "utils/formUtils";
2728
import * as Yup from "yup";
2829
import { HorizontalContainer, HorizontalSection } from "./Horizontal";
29-
import { FeatureBadge } from "components/FeatureBadge/FeatureBadge";
3030

3131
const MAX_DESCRIPTION_CHAR_LIMIT = 128;
3232
const MAX_DESCRIPTION_MESSAGE = `Please enter a description that is no longer than ${MAX_DESCRIPTION_CHAR_LIMIT} characters.`;

0 commit comments

Comments
 (0)