feat(release): publish minimal self-contained Magent source
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import NewRequestClient from "./NewRequestClient";
|
||||
|
||||
export const metadata = {
|
||||
title: "New Requests | Magent",
|
||||
};
|
||||
|
||||
export default function NewRequestsPage() {
|
||||
return <NewRequestClient />;
|
||||
}
|
||||
Reference in New Issue
Block a user