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