mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-06-02 22:31:33 +08:00
Merge pull request #53 from JefferyHcool/fix/dependence
fix(frontend): 修正 Error 组件的动画文件引用
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { FC } from 'react'
|
import { FC } from 'react'
|
||||||
import Lottie from 'lottie-react'
|
import Lottie from 'lottie-react'
|
||||||
import error from '@/assets/Lottie/error.json'
|
import error from '@/assets/Lottie/Error.json'
|
||||||
|
|
||||||
const Error: FC = () => {
|
const Error: FC = () => {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user