1
0
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:
Mateusz Kwasniewski 2023-06-19 14:02:30 +02:00 committed by GitHub
parent 3a27f2a4bd
commit 15dc98b497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import { lazy } from 'react';
import useUiConfig from '../../../hooks/api/getters/useUiConfig/useUiConfig';
export const LazyLegacyPlayground = lazy(() => import('./AdvancedPlayground'));
export const LazyLegacyPlayground = lazy(() => import('./Playground'));
export const LazyAdvancedPlayground = lazy(
() => import('./AdvancedPlayground')
);