mirror of
https://github.com/danbulant/ester_os
synced 2026-06-24 17:11:59 +00:00
Sample desktop
This commit is contained in:
parent
4aaca9e073
commit
2025caad8c
1 changed files with 12 additions and 0 deletions
12
client/src/ui/system/desktop.js
Normal file
12
client/src/ui/system/desktop.js
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
import React from 'react';
|
||||||
|
import "../../App.css";
|
||||||
|
|
||||||
|
function Desktop(props){
|
||||||
|
return (
|
||||||
|
<div className="desktop">
|
||||||
|
Desktop icons will be here
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Desktop;
|
||||||
Loading…
Reference in a new issue