From e502121176eb6164a69b47792d171c62e78a047d Mon Sep 17 00:00:00 2001 From: Radha <86818441+DrW3RK@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:51:33 +0700 Subject: [PATCH] Minor fix - Yew example (#1852) https://github.com/yewstack/yew/discussions/3688 The missing body tag causes an error while serving the website Co-authored-by: Niklas Adolfsson --- examples/wasm-example/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/wasm-example/index.html b/examples/wasm-example/index.html index 60421940dd..69c8a8d925 100644 --- a/examples/wasm-example/index.html +++ b/examples/wasm-example/index.html @@ -6,4 +6,5 @@ Subxt Examples Yew App - \ No newline at end of file + +