import { Component } from "solid-js"; export const Loader: Component = () => { return
Loading ...
; };