import type { Component } from 'solid-js'; import { SSButton, SSCallout, SSForm, SSHeader, SSSurface } from 'src'; import { IconSpark } from '../../demo/content'; const LoginPage: Component = () => (