[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io
2024-06-19 09:21:51 +00:00
parent 0e491edc46
commit 9cfa0cba63
14 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { FC, createRef, useState } from 'react';
import { createRef, FC, useState } from 'react';
import BackgroundSelector from '../../components/BackgroundSelector';
//import ThemeSelector from '../../components/ThemeSelector';
import { memo } from 'react';