import{Spinner}from"/ClientSideLibraries/spin.min.js";window.CreateSpinner||(window.CreateSpinner=function(n){var t={lines:13,length:11,width:10,radius:30,trail:60,top:"32%"};return n===undefined?n=t:(n.lines=n.lines===undefined?t.lines:n.lines,n.length=n.length===undefined?t.length:n.length,n.width=n.width===undefined?t.width:n.width,n.radius=n.radius===undefined?t.radius:n.radius,n.trail=n.trail===undefined?t.trail:n.trail,n.top=n.top===undefined?t.trail:n.top),new Spinner(n)});window.DefaultSpinner=window.CreateSpinner()