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