Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Jan 5, 2024
1 parent 3ada3e9 commit 19c454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/GroupList.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Link, useLoaderData } from 'react-router-dom';
import { Group } from '../util/group';
import { useContext, useMemo } from 'react';
import { HiMiniPlus } from 'react-icons/hi2';
import { AuthContext } from '../contexts/AuthContext';
import { Card } from 'flowbite-react';
import { Group } from '../util/api';

export function GroupList() {
const { profile } = useContext(AuthContext);
Expand Down

0 comments on commit 19c454c

Please sign in to comment.