aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/index.js b/src/index.js
deleted file mode 100644
index 0d1a5dc..0000000
--- a/src/index.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * OpenBills - Self hosted browser app to generate and keep track of simple invoices
- * Version - 0
- * Licensed under the MIT license - https://opensource.org/licenses/MIT
- *
- * Copyright (c) 2021 Vidhu Kant Sharma
- */
-
-// import React from 'react';
-import ReactDOM from 'react-dom';
-import "./styles/global.scss"
-import App from "./components/App";
-
-ReactDOM.render(App(), document.getElementById("root"))