How can I ensure persistent loading of Flowbite.js in a Blazor application?
I’m developing a Blazor application and encountering an issue with persistently loading an external JavaScript file (flowbite.min.js). Initially, I load this file when the application starts, but upon navigating to another page, the file seems to be lost, requiring a page reload to load it again.