From 33d1d72d5e7f2e8e7f846bbf8651d7f128765c64 Mon Sep 17 00:00:00 2001 From: Paweł Bernaciak Date: Fri, 27 Oct 2023 16:09:31 +0200 Subject: New frontend project --- frontend/src/index.tsx | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 frontend/src/index.tsx (limited to 'frontend/src/index.tsx') diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx deleted file mode 100644 index 162d1a1..0000000 --- a/frontend/src/index.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom/client'; -import App from './App'; -import reportWebVitals from './reportWebVitals'; -import { GoogleOAuthProvider } from '@react-oauth/google'; - -const rootElem: HTMLElement = document.getElementById('root')!; - -const root = ReactDOM.createRoot(rootElem); -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(null); -- cgit v1.2.3