summaryrefslogtreecommitdiff
path: root/src/taskbar/start.tsx
blob: ddf6d473c177f9c0c598bffd92a92535e73a12f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
export function StartButton() {
    return <div id="start">
        <button>
            <img src="/assets/fumo.png" />
            Start
        </button>
        <div>
            <div></div>
        </div>
    </div>
}