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 7a1bdc5 commit 35dedebCopy full SHA for 35dedeb
site/src/pages/CliInstallPage/CliInstallPage.tsx
@@ -1,8 +1,8 @@
1
+import isChromatic from "chromatic/*";
2
import type { FC } from "react";
3
import { Helmet } from "react-helmet-async";
4
import { pageTitle } from "utils/page";
5
import { CliInstallPageView } from "./CliInstallPageView";
-import isChromatic from "chromatic/*";
6
7
export const CliInstallPage: FC = () => {
8
const origin = isChromatic() ? "https://example.com" : window.location.origin;
0 commit comments