Skip to content
Snippets Groups Projects
ErrorPage.tsx 160 B
Newer Older
import React from "react"


export const ErrorPage = () => {
    return (
    <div className="error-page">
        Something went wrong...
    </div>)
}