Initial setup: fix build issues in frontend

Co-authored-by: Ospab <189454929+Ospab@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-18 07:20:19 +00:00
parent b69fa4c6c9
commit 18795639c9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// /src/context/authcontext.tsx // /src/context/authcontext.tsx
import React, { createContext, useState, useEffect } from 'react'; import { createContext, useState, useEffect } from 'react';
import type { ReactNode } from 'react'; import type { ReactNode } from 'react';
interface AuthContextType { interface AuthContextType {

View File

@@ -1,7 +1,7 @@
import { StrictMode } from 'react' import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client' import { createRoot } from 'react-dom/client'
import './index.css' import './index.css'
import App from './app.tsx' import App from './App.tsx'
createRoot(document.getElementById('root')!).render( createRoot(document.getElementById('root')!).render(
<StrictMode> <StrictMode>