diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-23 15:53:13 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-23 15:53:13 +0200 |
commit | 33b33dd282d67d1adc603a749c7116bbdaff589f (patch) | |
tree | 3d848f0432b0bc741e077452456f3292a622e826 /components/icons.tsx | |
parent | 9a0cb1148039c30b7a001bfca548e4223137ecbb (diff) |
sorta working resizeable loops
Diffstat (limited to 'components/icons.tsx')
-rw-r--r-- | components/icons.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/icons.tsx b/components/icons.tsx index 954f516..50bf8f0 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -1,3 +1,4 @@ +import { Ref } from 'react'; import { keyframeTypes } from '../timeline'; export function PressureIcon() { |