Add loader script
The loader script is usually placed in the theme.liquid file. We placed it at the end of the head section.
<head>
...
<script type="module" src="https://widget3.smartfit.online/?apiKey={{ ADD YOUR API KEY }}"></script>
...
</head>