import { useNavigate } from 'react-router'; import { Button } from '@sd/ui'; export const Component = () => { const navigate = useNavigate(); return (

Error: 404

There's nothing here.

Its likely that this page has not been built yet, if so we're on it!

); };