mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-13 11:17:26 +02:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import { lazy } from 'react';
|
|
|
|
export const LazyPlayground = lazy(() => import('./AdvancedPlayground'));
|