Merge pull request #53 from JefferyHcool/fix/dependence

fix(frontend): 修正 Error 组件的动画文件引用
This commit is contained in:
Jianwu Huang
2025-04-27 22:46:24 +08:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import { FC } from 'react'
import Lottie from 'lottie-react'
import error from '@/assets/Lottie/error.json'
import error from '@/assets/Lottie/Error.json'
const Error: FC = () => {
return (

Binary file not shown.