mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-28 09:44:37 +00:00
Fix imports
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