In Blazor-Server I put the call for external js-files in the _Layout.cshtml file and use/call it like this:
<script src="js/my.js"></script>
I put the file my.js in wwwroot/js/. I want to do the same thing in .Net Maui-Blazor App.
In which file do I put the <script ...> call in Maui?