We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ce947 commit c2e7b95Copy full SHA for c2e7b95
site/src/pages/DeploymentSettingsPage/LicensesSettingsPage/LicensesSettingsPageView.tsx
@@ -14,9 +14,9 @@ import { useWindowSize } from "hooks/useWindowSize";
14
import type { FC } from "react";
15
import Confetti from "react-confetti";
16
import { Link } from "react-router-dom";
17
+import { license } from "../../../../e2e/constants";
18
import { LicenseCard } from "./LicenseCard";
19
import { LicenseSeatConsumptionChart } from "./LicenseSeatConsumptionChart";
-import { license } from "../../../../e2e/constants";
20
21
type Props = {
22
showConfetti: boolean;
0 commit comments