aboutsummaryrefslogtreecommitdiff
path: root/cookbook-render/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cookbook-render/src/main.rs')
-rw-r--r--cookbook-render/src/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cookbook-render/src/main.rs b/cookbook-render/src/main.rs
new file mode 100644
index 0000000..c6ac72a
--- /dev/null
+++ b/cookbook-render/src/main.rs
@@ -0,0 +1,5 @@
+//! Main application starting point
+
+fn main() {
+ yew::start_app::<cookbook_render::Main>();
+}