mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
Port BR-95 desktop to Next.js components
This commit is contained in:
7
br95/app/page.tsx
Normal file
7
br95/app/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import DesktopLayout from '../components/DesktopLayout';
|
||||
|
||||
export default function HomePage() {
|
||||
return <DesktopLayout />;
|
||||
}
|
||||
Reference in New Issue
Block a user