Skip to content

Commit

Permalink
refactor(rating): rename functional component dir for consistency (#8164
Browse files Browse the repository at this point in the history
)

**Related Issue:** N/A

## Summary

✨🧹✨
  • Loading branch information
jcfranco authored Nov 14, 2023
1 parent 85263f1 commit f4f981b
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 @@ -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";

Expand Down

0 comments on commit f4f981b

Please sign in to comment.