Skip to content

Commit

Permalink
chore: renamed CSS module for IntermediateIntegration component
Browse files Browse the repository at this point in the history
  • Loading branch information
alashchev17 committed Dec 9, 2024
1 parent 959174a commit fd2e0df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
Text,
} from "@radix-ui/themes";
import { iconMap } from "../icons/iconMap";
import styles from "./IntegrationCmdline.module.css";
import styles from "./IntermediateIntegration.module.css";
import { toPascalCase } from "../../../utils/toPascalCase";
import { formatProjectName } from "../../../utils/formatProjectName";
import { CustomInputField } from "../CustomFieldsAndWidgets";
Expand Down

0 comments on commit fd2e0df

Please sign in to comment.