Initial Code Commit
This commit is contained in:
7
Project/app/buildings/[buildingid]/trash-scanner/page.tsx
Executable file
7
Project/app/buildings/[buildingid]/trash-scanner/page.tsx
Executable file
@@ -0,0 +1,7 @@
|
||||
// app/buildings/[buildingid]/trash-scanner/page.tsx
|
||||
|
||||
import RealtimeModel from "@/components/trashDetection";
|
||||
|
||||
export default function TrashScanner() {
|
||||
return <RealtimeModel />;
|
||||
};
|
||||
Reference in New Issue
Block a user