// Import the functions you need from the SDKs you needimport{initializeApp}from"firebase/app";import{getStorage}from'firebase/storage';<--追加// TODO: Add SDKs for Firebase products that you want to use// https://firebase.google.com/docs/web/setup#available-libraries// Your web app's Firebase configurationconstfirebaseConfig={apiKey:"AIzaSyBZlJUorjAJb2QYXkAh_cylYImaLkgbxsk",authDomain:"reactpj3.firebaseapp.com",projectId:"reactpj3",storageBucket:"reactpj3.appspot.com",messagingSenderId:"231702070393",appId:"1:231702070393:web:d48c75d82511efee91c0a8"};// Initialize Firebaseconstapp=initializeApp(firebaseConfig);conststorage=getStorage(app);<--追加exportdefaultstorage;<--追加