Skip to content

Commit 459f055

Browse files
committed
Fix isChromatic import
1 parent 35dedeb commit 459f055

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,4 +1,4 @@
1-
import isChromatic from "chromatic/*";
1+
import isChromatic from "chromatic/isChromatic";
22
import type { FC } from "react";
33
import { Helmet } from "react-helmet-async";
44
import { pageTitle } from "utils/page";

0 commit comments

Comments
 (0)