From 2025caad8cb88fc2ba3d018cff4ae860d865b136 Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 7 Feb 2020 20:40:40 +0100 Subject: [PATCH] Sample desktop --- client/src/ui/system/desktop.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 client/src/ui/system/desktop.js diff --git a/client/src/ui/system/desktop.js b/client/src/ui/system/desktop.js new file mode 100644 index 0000000..7e65c4f --- /dev/null +++ b/client/src/ui/system/desktop.js @@ -0,0 +1,12 @@ +import React from 'react'; +import "../../App.css"; + +function Desktop(props){ + return ( +
+ Desktop icons will be here +
+ ); +} + +export default Desktop; \ No newline at end of file