docs(frontend-system): replace page with div in route examples
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com> Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -75,7 +75,7 @@ const rootPage = createPageExtension({ // [2]
|
||||
// The `name` option is omitted since this is the root page
|
||||
defaultPath: '/'
|
||||
routeRef: rootRouteRef,
|
||||
loader: async () => <Page>Root Page</Page>
|
||||
loader: async () => <div>Root Page</div>
|
||||
});
|
||||
|
||||
export default const createPlugin({ // [3]
|
||||
|
||||
Reference in New Issue
Block a user