import type { Component } from 'solid-js'; import { SSButton, SSCallout, SSHeader, SSSurface } from 'src'; import { IconShield } from '../../demo/content'; const NotFoundPage: Component = () => (
}> The page you requested does not exist. Head back to the overview to continue exploring. (window.location.href = '#/')}>Back to overview
); export default NotFoundPage;