Skip to content

Commit 35dedeb

Browse files
committed
Run fmt
1 parent 7a1bdc5 commit 35dedeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/CliInstallPage/CliInstallPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import isChromatic from "chromatic/*";
12
import type { FC } from "react";
23
import { Helmet } from "react-helmet-async";
34
import { pageTitle } from "utils/page";
45
import { CliInstallPageView } from "./CliInstallPageView";
5-
import isChromatic from "chromatic/*";
66

77
export const CliInstallPage: FC = () => {
88
const origin = isChromatic() ? "https://example.com" : window.location.origin;

0 commit comments

Comments
 (0)