import type { Component } from 'solid-js'; import { SSButton, SSCallout, SSForm, SSHeader, SSSurface } from 'src'; import { IconSpark } from '../../demo/content'; const LoginPage: Component = () => (
}> Use any email and password to explore the UI kit. {}}>
Sign in Request access
); export default LoginPage;