Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan committed Dec 21, 2024
1 parent 2cd13d7 commit c660205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/tabs/GeneralSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* eslint-disable @typescript-eslint/naming-convention */
import React, { useMemo, useRef } from 'react';
import { toast } from 'react-toastify';
import { mdiBrushOutline, mdiOpenInNew, mdiRefresh } from '@mdi/js';
import { Icon } from '@mdi/react';
import cx from 'classnames';

import Button from '@/components/Input/Button';
import Checkbox from '@/components/Input/Checkbox';
import SelectSmall from '@/components/Input/SelectSmall';
import toast from '@/components/Toast';
import { useVersionQuery } from '@/core/react-query/init/queries';
import { useWebuiUploadThemeMutation } from '@/core/react-query/webui/mutations';
import { useWebuiThemesQuery, useWebuiUpdateCheckQuery } from '@/core/react-query/webui/queries';
Expand Down

0 comments on commit c660205

Please sign in to comment.