import { JSXElement } from "solid-js"; export function Arrow(): JSXElement { return ( ); } export function loadSpinner(): JSXElement { return ; }