summaryrefslogtreecommitdiff
path: root/src/taskbar/start.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/taskbar/start.tsx')
-rw-r--r--src/taskbar/start.tsx11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/taskbar/start.tsx b/src/taskbar/start.tsx
new file mode 100644
index 0000000..ddf6d47
--- /dev/null
+++ b/src/taskbar/start.tsx
@@ -0,0 +1,11 @@
+export function StartButton() {
+ return <div id="start">
+ <button>
+ <img src="/assets/fumo.png" />
+ Start
+ </button>
+ <div>
+ <div></div>
+ </div>
+ </div>
+}