import React from "react"
export default (function Options() {
return (
<div id="mainOptions">
<div id="mainOptions-title">Options</div>
</div>
)
})