diff --git a/packages/calcite-components/src/components/rating/function/star.tsx b/packages/calcite-components/src/components/rating/functional/star.tsx similarity index 100% rename from packages/calcite-components/src/components/rating/function/star.tsx rename to packages/calcite-components/src/components/rating/functional/star.tsx diff --git a/packages/calcite-components/src/components/rating/rating.tsx b/packages/calcite-components/src/components/rating/rating.tsx index 3252a01c9e0..7320634554c 100644 --- a/packages/calcite-components/src/components/rating/rating.tsx +++ b/packages/calcite-components/src/components/rating/rating.tsx @@ -35,7 +35,7 @@ import { } from "../../utils/t9n"; import { Scale } from "../interfaces"; import { RatingMessages } from "./assets/rating/t9n"; -import { StarIcon } from "./function/star"; +import { StarIcon } from "./functional/star"; import { Star } from "./interfaces"; import { focusFirstTabbable } from "../../utils/dom";