Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Dec 30, 2023
1 parent 9f3b068 commit e7ee80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import './index.css';
import { RouterProvider, createBrowserRouter } from 'react-router-dom';
import { ProfilePage } from './pages/Profile';
import App from './pages/App';
import { AuthContext, AuthContextProvider } from './contexts/AuthContext';
import { AuthContextProvider } from './contexts/AuthContext';
import { loader as profileLoader } from './util/user';
import { GroupList } from './pages/GroupList';
import { loadAllGroups, loadGroup } from './util/group';
Expand Down

0 comments on commit e7ee80f

Please sign in to comment.