Skip to content

Commit

Permalink
fix: update filesize import to use named export
Browse files Browse the repository at this point in the history
  • Loading branch information
milad-emami committed Nov 5, 2024
1 parent 34a2232 commit 8108df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FilePopoverContent/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';

import { FormattedMessage } from '@edx/frontend-platform/i18n';
import filesize from 'filesize';
import { filesize } from 'filesize';

import messages from './messages';

Expand Down

0 comments on commit 8108df7

Please sign in to comment.