import type { Component } from "solid-js"; export const Splash: Component = () => { return (
); }