fix: 修复 eslint 报错

This commit is contained in:
LooseLi
2025-05-27 10:52:32 +08:00
parent d9bbf58aa6
commit e631507ce2
12 changed files with 52 additions and 43 deletions

View File

@@ -8,7 +8,7 @@ import { useEffect } from 'react'
* https://michalsnik.github.io/aos/
*/
export default function AOSAnimation() {
const initAOS = async () => {
const initAOS = () => {
Promise.all([
loadExternalResource('/js/aos.js', 'js'),
loadExternalResource('/css/aos.css', 'css')