Skip to content

Commit

Permalink
Fixed error in OrgPeopleOrganizationsCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraemon012 authored Sep 27, 2024
1 parent b93ebcf commit 392ab42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { ReactComponent as FlaskIcon } from 'assets/svgs/flask.svg';
import FlaskIcon from 'assets/svgs/flask.svg?react';
import Button from 'react-bootstrap/Button';
import { useTranslation } from 'react-i18next';
import styles from './OrgPeopleOrganizationsCard.module.css';
Expand Down

0 comments on commit 392ab42

Please sign in to comment.