Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasharma1111 committed Dec 15, 2024
1 parent 73d08b1 commit 31e8989
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/group/[id]/summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import styles from "@/styles/pages/Group.module.scss";
import { IBalancesSummary, IGroup, IUser, ServerSideResult } from "@/types";
import { getNonEmptyString, notify, stylesConfig } from "@/utils";
import { useRouter } from "next/router";
import React, { act, useEffect, useState } from "react";
import { FiChevronDown } from "react-icons/fi";
import React, { useEffect, useState } from "react";

const classes = stylesConfig(styles, "group");

Expand Down

0 comments on commit 31e8989

Please sign in to comment.