Ao implementar o axios através do script no HTML há um erro de buscar e renderizar os pensamentos. No console diz os seguintes problemas
index.html:1 Refused to load the script 'https://cdn.jsdelivr.net/npm/axios@1.6.7/dist/axios.min.js' because it violates the following Content Security Policy directive: "script-src 'self' 'sha256-eWHfylbX0k8EiIztH8iIjRyEwf7UL+BoZJj+IxZfqSU='". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.
index.html:1 Refused to load the script 'https://cdn.jsdelivr.net/npm/axios@1.6.7/dist/axios.min.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.