import React from "react"


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