diff options
author | Ben Sima <ben@bsima.me> | 2020-07-26 19:09:55 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-10-13 11:36:15 -0400 |
commit | dbea29d0c604c69968adbf658ca19a6cc207890d (patch) | |
tree | efe7b0fd87b54a56cf096cc7bf4cfbfb836327c0 /Hero/Part.hs | |
parent | 6bb5a5872018ec047ce090e8b8f0db279ebe0991 (diff) |
hero: renamings
Model -> Form
Action -> Move
Page -> PageNumber
Diffstat (limited to 'Hero/Part.hs')
-rw-r--r-- | Hero/Part.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Hero/Part.hs b/Hero/Part.hs index e69de29..fb34fff 100644 --- a/Hero/Part.hs +++ b/Hero/Part.hs @@ -0,0 +1,3 @@ +module Hero.Part () where + + |