From 8aa0b462276cb1fd59a13ee3502fd8509a6e3112 Mon Sep 17 00:00:00 2001 From: Ryan Christian <33403762+rschristian@users.noreply.github.com> Date: Fri, 24 Jan 2025 03:58:37 -0600 Subject: [PATCH 1/2] Update index.js --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index e9cb50fd8e..9da8e7724f 100644 --- a/src/index.js +++ b/src/index.js @@ -11,3 +11,4 @@ export { cloneElement } from './clone-element'; export { createContext } from './create-context'; export { toChildArray } from './diff/children'; export { default as options } from './options'; +// foo From 9aec0d2f0839fe9b68e07e5e4945761c3bc03e4e Mon Sep 17 00:00:00 2001 From: Ryan Christian <33403762+rschristian@users.noreply.github.com> Date: Fri, 24 Jan 2025 05:44:30 -0600 Subject: [PATCH 2/2] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 9da8e7724f..cfd5947f55 100644 --- a/src/index.js +++ b/src/index.js @@ -11,4 +11,4 @@ export { cloneElement } from './clone-element'; export { createContext } from './create-context'; export { toChildArray } from './diff/children'; export { default as options } from './options'; -// foo +// foo bar