feat: global css variables and app shell
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
1
src/components/BootScreen/BootScreen.tsx
Normal file
1
src/components/BootScreen/BootScreen.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export default function BootScreen({ onComplete }: { onComplete: () => void }) { return <div onClick={onComplete}>Loading...</div>; }
|
||||
1
src/components/Desktop/Desktop.tsx
Normal file
1
src/components/Desktop/Desktop.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export default function Desktop() { return <div>Desktop</div>; }
|
||||
Reference in New Issue
Block a user