UNPKG

rap-react

Version:

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

10 lines (8 loc) 139 B
import React from "react"; export const PageNotFound = () => { return ( <> <div>Page Not Found</div> </> ); };