fix: remove large files from git
This commit is contained in:
@ -5,7 +5,7 @@ import AudioPlayer from "@/components/AudioPlayer";
|
||||
|
||||
export default function S3TestPage() {
|
||||
const [testUrl, setTestUrl] = useState("");
|
||||
const [result, setResult] = useState<any>(null);
|
||||
const [result, setResult] = useState<Record<string, any> | null>(null);
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [showAudioPlayer, setShowAudioPlayer] = useState(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user