Skip to content

Commit

Permalink
fix: update some old/stale documentations. (#16503)
Browse files Browse the repository at this point in the history
  • Loading branch information
czp13 authored Apr 2, 2023
1 parent a04de3d commit 0ab8cc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { serverSideRoutes } = new Flow({
});

const routes = [
// for client-side, place routes below (more info https://hilla.dev/docs/lit/guides/routing#initializing-the-router
// for client-side, place routes below (more info https://hilla.dev/docs/lit/guides/routing#initializing-the-router)

// for server-side, the next magic line sends all unmatched routes:
...serverSideRoutes // IMPORTANT: this must be the last entry in the array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {serverSideRoutes} = new Flow({
});

const routes = [
// for client-side, place routes below (more info https://vaadin.com/docs/v15/flow/typescript/creating-routes.html)
// for client-side, place routes below (more info https://hilla.dev/docs/lit/guides/routing#initializing-the-router)
{
path: 'hello',
component: 'hello-world-view',
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-themes/frontend/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {serverSideRoutes} = new Flow({
});

const routes = [
// for client-side, place routes below (more info https://vaadin.com/docs/v15/flow/typescript/creating-routes.html)
// for client-side, place routes below (more info https://hilla.dev/docs/lit/guides/routing#initializing-the-router)
{
path: 'hello',
component: 'hello-world-view',
Expand Down

0 comments on commit 0ab8cc9

Please sign in to comment.