import { Link } from 'react-router-dom'; import clsx from 'clsx'; import { buttonStyles } from '@gear-js/ui'; import { routes } from '@/shared/config'; import notFoundImg from '@/shared/assets/images/placeholders/404.png'; import styles from './NotFound.module.scss'; const NotFound = () => { const styleAmount = { '--stacks': 3 } as React.CSSProperties; const styleIndex1 = { '--index': 0 } as React.CSSProperties; const styleIndex2 = { '--index': 1 } as React.CSSProperties; const styleIndex3 = { '--index': 2 } as React.CSSProperties; const homeLinkClasses = clsx(buttonStyles.button, buttonStyles.large, buttonStyles.light, styles.link); return (
Ooops! Page not found.
Ooops! Page not found.
Ooops! Page not found.