import Patcher from "@/components/patcher/page"; import React from "react"; const PatcherPage = () => { return (
); }; export default PatcherPage;