Skip to content

Commit

Permalink
gooey.all import
Browse files Browse the repository at this point in the history
Import everything useful in one go.

Closes #12
  • Loading branch information
noelwelsh committed Sep 12, 2023
1 parent eaef580 commit 9fd7668
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions core/shared/src/main/scala/gooey/all.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package gooey

object all {
export gooey.{Display, Observable, Var}
export gooey.component.{
Above,
And,
Beside,
Checkbox,
Component,
Displayable,
Dropdown,
Form,
Labelable,
Map,
Observe,
Observed,
Pure,
Slider,
Styleable,
Text,
Textbox
}
export gooey.syntax.all.*
}

0 comments on commit 9fd7668

Please sign in to comment.