diff options
Diffstat (limited to 'lib/src/lustre.gleam')
-rw-r--r-- | lib/src/lustre.gleam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/src/lustre.gleam b/lib/src/lustre.gleam index dcfe76a..ec04f3e 100644 --- a/lib/src/lustre.gleam +++ b/lib/src/lustre.gleam @@ -50,6 +50,8 @@ import lustre/element.{Element} pub type App(flags, model, msg) pub type Error { + AppAlreadyStarted + AppNotYetStarted ComponentAlreadyRegistered ElementNotFound NotABrowser |