mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-07-28 01:08:00 +08:00
feat(NoteForm): 增加文件上传状态反馈
This commit is contained in:
@@ -3,7 +3,6 @@ import { createRoot } from 'react-dom/client'
|
||||
import './index.css'
|
||||
import App from './App.tsx'
|
||||
import RootLayout from './layouts/RootLayout.tsx'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<RootLayout>
|
||||
|
||||
Reference in New Issue
Block a user