Skip to content

Commit

Permalink
fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryammAli committed Feb 25, 2025
1 parent 0e95faf commit 2bd0f03
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 70 deletions.
9 changes: 3 additions & 6 deletions frontend/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
import './index.css';
import AppRouter from './app/router';
import { TanStackRouterDevtools } from '@tanstack/router-devtools';



ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<AppRouter>
<App />
<TanStackRouterDevtools initialIsOpen={false} position="bottom-right" />
</AppRouter>
<App />
</React.StrictMode>
);
15 changes: 0 additions & 15 deletions frontend/src/routes/about.jsx

This file was deleted.

15 changes: 0 additions & 15 deletions frontend/src/routes/home.jsx

This file was deleted.

11 changes: 0 additions & 11 deletions frontend/src/routes/layout.jsx

This file was deleted.

23 changes: 0 additions & 23 deletions frontend/src/routes/router.jsx

This file was deleted.

0 comments on commit 2bd0f03

Please sign in to comment.