8 lines
193 B
TypeScript
Executable File
8 lines
193 B
TypeScript
Executable File
// app/buildings/[buildingid]/trash-scanner/page.tsx
|
|
|
|
import RealtimeModel from "@/components/trashDetection";
|
|
|
|
export default function TrashScanner() {
|
|
return <RealtimeModel />;
|
|
};
|