refactor: remove unused UserSettingsData type import from UserSettingsPage
Build and Push Multi-Platform Images / build-and-push (push) Successful in 16s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 16s
This commit is contained in:
@@ -4,7 +4,7 @@ import { CheckCircleOutlined, CloseCircleOutlined, LoadingOutlined } from '@ant-
|
||||
import { useEditor, EditorContent } from '@tiptap/react';
|
||||
import StarterKit from '@tiptap/starter-kit';
|
||||
import Underline from '@tiptap/extension-underline';
|
||||
import { userSettingsApi, type UserSettingsData } from '../api/userSettings';
|
||||
import { userSettingsApi } from '../api/userSettings';
|
||||
|
||||
const { Title } = Typography;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user