Full project added
This commit is contained in:
5
app/(app)/machines/[machineId]/page.tsx
Normal file
5
app/(app)/machines/[machineId]/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import MachineDetailClient from "./MachineDetailClient";
|
||||
|
||||
export default function Page() {
|
||||
return <MachineDetailClient />;
|
||||
}
|
||||
Reference in New Issue
Block a user