Skip to content

Commit 84e339f

Browse files
committed
fix(src/hooks/useAnimateCustom) Temporary fix for eslint-plugin-node issue
1 parent ae05144 commit 84e339f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useAnimateCustom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import React from 'react'
3-
import animate from '@cdoublev/animate'
3+
import animate from '@cdoublev/animate' // eslint-disable-line node/no-missing-import
44

55
/**
66
* useAnimateCustom :: Ref -> (Keyframes -> Options) -> Animate

0 commit comments

Comments
 (0)