Skip to content

Commit

Permalink
resolve deploy erro
Browse files Browse the repository at this point in the history
  • Loading branch information
Varsani2520 committed Jun 23, 2024
1 parent 38a408a commit 6b09991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import Syllabus from "./components/page4/Syllabus";
import Quantum from "./components/page4/trdquantum";
import Timetable from './components/page4/timetable'
import Frtyear from "./components/page3/1Year";
Expand Down Expand Up @@ -34,6 +33,7 @@ import "./index.css";
import LoginSignup from './components/login/LoginSignup.jsx';
import ReviewPage from './components/review/review.jsx';
import { ThemeContext, ThemeProvider } from './Content/context.js';
import Syllabus from './components/page4/Syllabus.js';


// const ThemeContext = createContext();
Expand Down

0 comments on commit 6b09991

Please sign in to comment.