mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-04 12:47:53 +03:00
💀 NotesToDeveloper
This commit is contained in:
parent
e4e8ff1de1
commit
cd938aafff
@ -36,7 +36,6 @@ type Category
|
||||
| Behaviors
|
||||
| Messaging
|
||||
| Modals
|
||||
| NotesToDeveloper
|
||||
| Colors
|
||||
| Text
|
||||
| TextWriting
|
||||
@ -72,9 +71,6 @@ categoryFromString string =
|
||||
"Modals" ->
|
||||
Ok Modals
|
||||
|
||||
"NotesToDeveloper" ->
|
||||
Ok NotesToDeveloper
|
||||
|
||||
"Colors" ->
|
||||
Ok Colors
|
||||
|
||||
@ -124,9 +120,6 @@ categoryForDisplay category =
|
||||
Modals ->
|
||||
"Modals"
|
||||
|
||||
NotesToDeveloper ->
|
||||
"NotesToDeveloper"
|
||||
|
||||
Colors ->
|
||||
"Colors"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user