aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Translation/Key.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Translation/Key.hs')
-rw-r--r--src/Model/Translation/Key.hs28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/Model/Translation/Key.hs b/src/Model/Translation/Key.hs
deleted file mode 100644
index 43381fb..0000000
--- a/src/Model/Translation/Key.hs
+++ /dev/null
@@ -1,28 +0,0 @@
-module Model.Translation.Key
- ( Key(..)
- ) where
-
-data Key =
-
- Home
- | Resume
- | Projects
- | Contact
-
- | Experience
- | EducationalBackground
- | Skills
- | Interests
-
- | Since
- | From
- | To
- | And
-
- | Month Int
- | MonthText Int
- | YearText Int
-
- | TryIt
-
- | PageNotFound