From 33b33dd282d67d1adc603a749c7116bbdaff589f Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 23 May 2021 15:53:13 +0200 Subject: sorta working resizeable loops --- components/icons.tsx | 1 + components/loop.tsx | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 components/loop.tsx (limited to 'components') 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() { diff --git a/components/loop.tsx b/components/loop.tsx deleted file mode 100644 index f459ab5..0000000 --- a/components/loop.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import { CSSProperties } from 'react'; -import { SlideKeyframe } from './icons'; - -export default function Loop(props: { - length: number; -}) { - return
- -
- -
; -} -- cgit v1.2.3