Skip to content

Commit c2de4f9

Browse files
update import css
1 parent 0d2ceb0 commit c2de4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/VoiceCapture.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable @typescript-eslint/no-unused-expressions */
22
/* eslint-disable @typescript-eslint/no-explicit-any */
33
import { useEffect, useRef, useState } from "react";
4-
import "./VoiceCapture.scss";
4+
import "./VoiceCapture.css";
55
import { translates } from "./VoiceCapture.translate";
66

77
const translate: Record<string, Record<string, string>> = translates;

0 commit comments

Comments
 (0)