pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
at main 5 lines 129 B view raw
1import { NotFoundPart } from "@/pages/parts/errors/NotFoundPart"; 2 3export function NotFoundPage() { 4 return <NotFoundPart />; 5}