From fa6f3d619e6051d508d9f40c601f77f9b05e1784 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 1 Jan 2023 20:09:08 -0500 Subject: Remove react UI --- paste-ui/src/index.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 paste-ui/src/index.js (limited to 'paste-ui/src/index.js') diff --git a/paste-ui/src/index.js b/paste-ui/src/index.js deleted file mode 100644 index d563c0f..0000000 --- a/paste-ui/src/index.js +++ /dev/null @@ -1,17 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom/client'; -import './index.css'; -import App from './App'; -import reportWebVitals from './reportWebVitals'; - -const root = ReactDOM.createRoot(document.getElementById('root')); -root.render( - - - -); - -// If you want to start measuring performance in your app, pass a function -// to log results (for example: reportWebVitals(console.log)) -// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals -reportWebVitals(); -- cgit v1.2.3