From 18795639c98e85e9bb646c1c4766a8f12daa9b40 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 18 Sep 2025 07:20:19 +0000 Subject: [PATCH] Initial setup: fix build issues in frontend Co-authored-by: Ospab <189454929+Ospab@users.noreply.github.com> --- ospabhost/frontend/src/context/authcontext.tsx | 2 +- ospabhost/frontend/src/main.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(