Skip to content

Commit

Permalink
chore: clean up example
Browse files Browse the repository at this point in the history
  • Loading branch information
Anut-py committed Feb 4, 2024
1 parent d68c919 commit af446dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/raygui-suite/src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module Main where

import Control.Monad (when, unless)
import Data.Maybe (fromJust, fromMaybe, isNothing, isJust)
import Data.Maybe (fromJust, fromMaybe, isNothing)
import Raylib.Core (clearBackground, closeWindow, initWindow, isKeyPressed, setTargetFPS, windowShouldClose)
import Raylib.Types
( GuiControl (Statusbar),
Expand Down

0 comments on commit af446dc

Please sign in to comment.