Files
teatea-pension/app/(app)/app/[organizationSlug]/devices/page.tsx

6 lines
154 B
TypeScript

import DevicesPage from "../../devices/page";
export default async function ScopedDevicesPage(): Promise<React.ReactElement> {
return DevicesPage();
}