aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-26 23:45:43 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-26 23:45:43 +0530
commit33a344feca3de8b25988932fd0039d14c363b5cd (patch)
tree5ca767043822b462fa5697492730380e3bc0956e /src/index.js
parente54214c8ecdcf264a0f055ae24afe3299c0c7697 (diff)
ported and changed order in ItemsDisplay
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"))