Skip to content

Commit c2e7b95

Browse files
committed
Fix format
1 parent 11ce947 commit c2e7b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/DeploymentSettingsPage/LicensesSettingsPage/LicensesSettingsPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import { useWindowSize } from "hooks/useWindowSize";
1414
import type { FC } from "react";
1515
import Confetti from "react-confetti";
1616
import { Link } from "react-router-dom";
17+
import { license } from "../../../../e2e/constants";
1718
import { LicenseCard } from "./LicenseCard";
1819
import { LicenseSeatConsumptionChart } from "./LicenseSeatConsumptionChart";
19-
import { license } from "../../../../e2e/constants";
2020

2121
type Props = {
2222
showConfetti: boolean;

0 commit comments

Comments
 (0)