mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-24 15:09:51 +00:00
fix: 修复 eslint 报错
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user