Skip to content

Commit 12bd920

Browse files
Fix build issue
1 parent 2bbdf74 commit 12bd920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/website/screens/theme-generator/steps/BrandingDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { FileData } from "../../../../../packages/lib/src/file-input/types";
33
import { Colors, Logos } from "../types";
44
import BrandingLogoGrid from "../components/branding/BrandingLogoGrid";
55
import { brandingIcon, infoIcon, paletteIcon } from "./icons";
6-
import BrandingColorGrid from "../components/branding/BrandingColorGrid";
6+
import BrandingColorGrid from "../components/branding/BrandingColorgrid";
77

88
const coreColors = {
99
id: "core",

0 commit comments

Comments
 (0)