8000 make fmt · coder/coder@3d34844 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d34844

Browse files
committed
make fmt
1 parent 319bfce commit 3d34844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/provisioners/ProvisionerAlert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import type { Theme } from "@emotion/react";
12
import AlertTitle from "@mui/material/AlertTitle";
23
import { Alert, type AlertColor } from "components/Alert/Alert";
34
import { AlertDetail } from "components/Alert/Alert";
45
import { Stack } from "components/Stack/Stack";
56
import { ProvisionerTag } from "modules/provisioners/ProvisionerTag";
67
import type { FC } from "react";
7-
import type { Theme } from "@emotion/react";
88

99
export enum AlertVariant {
1010
// Alerts are usually styled with a full rounded border and meant to use as a visually distinct element of the page.

0 commit comments

Comments
 (0)
0