From 304c3626b0aa58e031eaec4331b9e947cd9e8bd6 Mon Sep 17 00:00:00 2001 From: BrightTheBackpack <100brightli@gmail.com> Date: Mon, 25 Nov 2024 23:23:12 -0800 Subject: [PATCH] set variable type --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index aa2e1cf..6d0237e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -12,7 +12,7 @@ import { Heading, Text, } from 'theme-ui' -const fall = (rotationDirection) => keyframes` +const fall = ( rotationDirection: number) => keyframes` from { transform: translateY(-10%) rotate(0deg); }