I've imported the file to the project, and want to load the file with a plugin that I'm working on currently.
The built-in audio plugin can list filenames with a param input box. how to do that?
```
loadContractAbi () {
const _loadContractAbi = async () => {
// to load file from project
}
_loadContractAbi()
}
```