From 1435bb4656b14ca2defb316e82c3b7186863ae9e Mon Sep 17 00:00:00 2001 From: cdcabrera-test <64554429+cdcabrera-test@users.noreply.github.com> Date: Tue, 12 May 2026 23:57:35 -0400 Subject: [PATCH] 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 7dd3226..fb576c4 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ import { One } from './one'; import { Two } from './two'; import { sampleFunction } from './sampleFunction'; - +// const components = { One, Two