Initial commit - frontend
This commit is contained in:
10
src/app/(protected)/devices/page.tsx
Normal file
10
src/app/(protected)/devices/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
// src/app/devices/page.tsx
|
||||
|
||||
|
||||
import DevicesClient from '@/components/client/DevicesClient';
|
||||
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
export default function DevicesPage() {
|
||||
return <DevicesClient />;
|
||||
}
|
||||
Reference in New Issue
Block a user