Skip to content

Commit

Permalink
removing import of fonts in ThemeSettings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinis-Esteves committed Apr 22, 2024
1 parent 3f0670f commit 859c819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ThemeSettings/ThemeSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import SidePanel from '../SidePanel';
import DropdownOption from './DropdownSelect/DropdownOption';
import DropdownSelect from './DropdownSelect/DropdownSelect';
import Option from './Option';
import { fonts } from '../../hooks/theme-hooks';
import './ThemeSettings.css';

const ThemeSettings = () => {
Expand Down

0 comments on commit 859c819

Please sign in to comment.