Refactoring
This commit is contained in:
17
lib/constants.dart
Normal file
17
lib/constants.dart
Normal file
@@ -0,0 +1,17 @@
|
||||
/// List of months 0-11
|
||||
const months = [
|
||||
'Januar',
|
||||
'Februar',
|
||||
'März',
|
||||
'April',
|
||||
'Mai',
|
||||
'Juni',
|
||||
'July',
|
||||
'August',
|
||||
'September',
|
||||
'Oktober',
|
||||
'November',
|
||||
'Dezember'
|
||||
];
|
||||
|
||||
enum ContentType { experience, education, skills, language, text }
|
||||
Reference in New Issue
Block a user