lazy load + nav2 link
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { lazy } from 'react'
|
||||
|
||||
export const AboutPage = lazy(() => import(/* webpackChunkName: "about" */ './about'))
|
||||
export const ProfilePage = lazy(() => import(/* webpackChunkName: "profile" */ './profile'))
|
||||
Reference in New Issue
Block a user