I am trying to set HTTP status for NotFound component. My 404 component:
NotFound
import React from \'react\'; import { Route } from \'react-router-dom\'; im