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 319bfce commit 3d34844Copy full SHA for 3d34844
site/src/modules/provisioners/ProvisionerAlert.tsx
@@ -1,10 +1,10 @@
1
+import type { Theme } from "@emotion/react";
2
import AlertTitle from "@mui/material/AlertTitle";
3
import { Alert, type AlertColor } from "components/Alert/Alert";
4
import { AlertDetail } from "components/Alert/Alert";
5
import { Stack } from "components/Stack/Stack";
6
import { ProvisionerTag } from "modules/provisioners/ProvisionerTag";
7
import type { FC } from "react";
-import type { Theme } from "@emotion/react";
8
9
export enum AlertVariant {
10
// Alerts are usually styled with a full rounded border and meant to use as a visually distinct element of the page.
0 commit comments