Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
rjyeeun committed Sep 26, 2023
1 parent 14c116d commit 3d23e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/directory/components/TeamRow.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PencilSquareIcon } from "@heroicons/react/24/solid";
import { TeamMember } from ".";
import { Button } from "@/components";


interface TeamRowProps {
teamMember: TeamMember;
Expand Down

0 comments on commit 3d23e3e

Please sign in to comment.