Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzipp committed May 23, 2024
1 parent c4c0411 commit fb00c6e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useMemo, useState, useEffect } from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import moment from 'moment';
import { PencilSquareIcon } from '@heroicons/react/16/solid';
import { useShallow } from 'zustand/react/shallow';
import { useTranslation } from 'react-i18next';
import { reactionPolicyEnum } from '~/enums';
Expand Down

0 comments on commit fb00c6e

Please sign in to comment.