diff --git a/ospabhost/frontend/src/context/authcontext.tsx b/ospabhost/frontend/src/context/authcontext.tsx index caccb8e..4baa64c 100644 --- a/ospabhost/frontend/src/context/authcontext.tsx +++ b/ospabhost/frontend/src/context/authcontext.tsx @@ -1,5 +1,5 @@ // /src/context/authcontext.tsx -import React, { createContext, useState, useEffect } from 'react'; +import { createContext, useState, useEffect } from 'react'; import type { ReactNode } from 'react'; interface AuthContextType { diff --git a/ospabhost/frontend/src/main.tsx b/ospabhost/frontend/src/main.tsx index 475dce2..bef5202 100644 --- a/ospabhost/frontend/src/main.tsx +++ b/ospabhost/frontend/src/main.tsx @@ -1,7 +1,7 @@ import { StrictMode } from 'react' import { createRoot } from 'react-dom/client' import './index.css' -import App from './app.tsx' +import App from './App.tsx' createRoot(document.getElementById('root')!).render(