Skip to content

Commit b76cb30

Browse files
committed
Fix linting
1 parent 63b94bc commit b76cb30

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/constants/aboutUs/goals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MotionProps} from 'framer-motion';
1+
import { MotionProps } from 'framer-motion';
22

33
export interface Goal {
44
title: string;

src/styles/Animations.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ export const goalSectionAnimations = {
349349
},
350350
};
351351

352-
353352
export const heroAnimations = {
354353
container: {
355354
hidden: { opacity: 0 },

0 commit comments

Comments
 (0)