From 7a714f961fd26b360bea6dc398a303c99f780cce Mon Sep 17 00:00:00 2001 From: Daniel Sousa Date: Fri, 29 Sep 2023 18:02:17 +0000 Subject: [PATCH] Changes to be committed: modified: website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx --- .../version-0.21/getting-started/build-a-sample-app.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx b/website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx index 492eca47cb7..0f103e886b2 100644 --- a/website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx +++ b/website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx @@ -60,8 +60,6 @@ yew = { version = "0.21.0", features = ["csr"] } or using `cargo add yew -F csr`. -```` - :::info You only need the feature `csr` if you are building an application. @@ -111,14 +109,14 @@ fn App() -> Html { fn main() { yew::Renderer::::new().render(); } -```` +``` #### Create index.html Finally, add an `index.html` file in the root directory of your app. ```html , title=index.html - +