From 533c04d9558bd0a575671c157ca42236f59a2c5a Mon Sep 17 00:00:00 2001 From: physcik Date: Tue, 28 Apr 2026 23:33:59 +0500 Subject: frontend auth --- front/src/index.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'front/src/index.tsx') diff --git a/front/src/index.tsx b/front/src/index.tsx index 032464f..33c9e94 100644 --- a/front/src/index.tsx +++ b/front/src/index.tsx @@ -3,14 +3,18 @@ import ReactDOM from 'react-dom/client'; import './index.css'; import App from './App'; import reportWebVitals from './reportWebVitals'; +import { CookiesProvider } from 'react-cookie'; const root = ReactDOM.createRoot( document.getElementById('root') as HTMLElement ); + root.render( - - - + + + + + ); // If you want to start measuring performance in your app, pass a function -- cgit v1.3