Skip to content

Commit

Permalink
Remove duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Jul 28, 2023
1 parent 8df37ed commit f58644e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fonts-sidebar/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { _n } from '@wordpress/i18n';
import { useEffect, useState } from '@wordpress/element';
import { bytesToSize } from '../utils';
import { bytesToSize, getFontStyleLocalized } from '../utils';
import './fonts-sidebar.css';
import { Button } from '@wordpress/components';
import { trash } from '@wordpress/icons';
import { getFontStyleLocalized } from '../utils';

function FontsSidebar( {
title,
Expand Down

0 comments on commit f58644e

Please sign in to comment.