Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nandkishorr committed Jan 31, 2024
1 parent 8fb7e44 commit dcfa4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ReactDOM from 'react-dom';
import { BrowserRouter as Router, Route, Routes } from 'react-router-dom';
import App from './App.jsx';
import Eventpage from './Pages/EventPage/Eventpage';
import ContactUs from './Components/ContactUs/ContactUs'
import ContactUs from '../src/Components/ContactUs/ContactUs';
import './index.css';

const rootElement = document.getElementById('root');
Expand Down

0 comments on commit dcfa4cc

Please sign in to comment.