UNPKG

ibag

Version:

A visual, fast, and customizable front-end scaffolding.

11 lines (8 loc) 183 B
import React from "react" const NoPage = () => { if (typeof window !== "undefined") { window.location = "/" } return <div>404! please check!</div> } export default NoPage