svet-pos-project-client / src / parts / not-found / RouteNotFound.tsx
RouteNotFound.tsx
Raw
import React from 'react'

function RouteNotFound() {
  return (
    <div>
      Not Found
    </div>
  )
}

export default RouteNotFound