Files
internship_node/day20/src/components/AdminWrapper/index.js
T
2025-07-23 23:25:19 +01:00

4 lines
111 B
JavaScript

import {lazy} from 'react'
export const AdminWrapper = lazy( ()=> import('./AdminWrapper'))