summaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/index.js b/src/index.js
index 98ebfba..09bd698 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,12 +1,2 @@
import './styles/index.scss';
export * from './components';
-
-// import React from 'react';
-// import ReactDOM from 'react-dom';
-// import { Test } from './components';
-
-//
-// ReactDOM.render(
-// <Test />,
-// document.getElementById('root')
-// );