implemented editStandingsC
This commit is contained in:
@@ -21,8 +21,15 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
module Mtlstats.Control.EditStandings (editStandingsC) where
|
||||
|
||||
import qualified UI.NCurses as C
|
||||
|
||||
import Mtlstats.Menu
|
||||
import Mtlstats.Menu.EditStandings
|
||||
import Mtlstats.Types
|
||||
|
||||
-- | Controller for the edit standings menu
|
||||
editStandingsC :: Controller
|
||||
editStandingsC = undefined
|
||||
editStandingsC = menuControllerWith header editStandingsMenu
|
||||
|
||||
header :: ProgState -> C.Update ()
|
||||
header = undefined
|
||||
|
||||
Reference in New Issue
Block a user