@samitouri / QOS-React-1 / commits / 16bef168c1

[playground] Move Editor/index for next PR (dynamic import)

Mofei Zhang committed Oct 30, 2023 at 14:53 UTC 16bef168c12e5b3b54213136813c4166a307a056
2 files changed +1 -1
compiler/apps/playground/components/Editor/EditorImpl.tsx renamed
compiler/apps/playground/components/index.ts
+1 -1
@@ -9,6 +9,6 @@
9 * Copyright (c) Facebook, Inc. and its affiliates.
10 */
11
12 -export { default as Editor } from "./Editor";
12 +export { default as Editor } from "./Editor/EditorImpl";
13 export { default as Header } from "./Header";
14 export { StoreProvider } from "./StoreContext";