mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: playground link (#4008)
This commit is contained in:
parent
3a27f2a4bd
commit
15dc98b497
@ -1,7 +1,7 @@
|
|||||||
import { lazy } from 'react';
|
import { lazy } from 'react';
|
||||||
import useUiConfig from '../../../hooks/api/getters/useUiConfig/useUiConfig';
|
import useUiConfig from '../../../hooks/api/getters/useUiConfig/useUiConfig';
|
||||||
|
|
||||||
export const LazyLegacyPlayground = lazy(() => import('./AdvancedPlayground'));
|
export const LazyLegacyPlayground = lazy(() => import('./Playground'));
|
||||||
export const LazyAdvancedPlayground = lazy(
|
export const LazyAdvancedPlayground = lazy(
|
||||||
() => import('./AdvancedPlayground')
|
() => import('./AdvancedPlayground')
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user