Merge branch 'livekit' into eslint-upgrade
This commit is contained in:
@@ -17,8 +17,8 @@ import { useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
import styles from "./StarRatingInput.module.css";
|
||||
import { ReactComponent as StarSelected } from "../icons/StarSelected.svg";
|
||||
import { ReactComponent as StarUnselected } from "../icons/StarUnselected.svg";
|
||||
import StarSelected from "../icons/StarSelected.svg?react";
|
||||
import StarUnselected from "../icons/StarUnselected.svg?react";
|
||||
|
||||
interface Props {
|
||||
starCount: number;
|
||||
|
||||
Reference in New Issue
Block a user