You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you can just use renderCayos in your entry files without importing which is 1) a little confusing (unless you think back to OG Javascript, where you can reference stuff from other files as long as they're imported in the HTML file before you try to use it—that's effectively what's happening here).