Skip to content

Commit 5f5504e

Browse files
ZackarySantanaatilafassina
authored andcommitted
Update installation-and-setup.mdx
1 parent 2ced0a4 commit 5f5504e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/getting-started/installation-and-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To configure your routes, import the `Router` component and then start the appli
5050
import { render } from "solid-js/web";
5151
import { Router } from "@solidjs/router";
5252

53-
render(() => <Router />, document.getElementById("app"));
53+
render(() => <Router />, document.getElementById("app")!);
5454
```
5555

5656
This sets up the router that will match on the url and render the appropriate route.

0 commit comments

Comments
 (0)