diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-25 13:54:09 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-25 13:54:09 +0200 |
commit | 422e383eeff10074d56bdb52ecf2103be3719a57 (patch) | |
tree | b696534cd455959e9a14282a0b6a3712f0ae3fce /components | |
parent | 5d2e017368a3d64735f2dc6e5c20fc6b3a8d240d (diff) |
fix type validity and remove deprecated buttons from /present
Diffstat (limited to 'components')
-rw-r--r-- | components/videosourcesettings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/videosourcesettings.tsx b/components/videosourcesettings.tsx index 9464cef..3cc4ce0 100644 --- a/components/videosourcesettings.tsx +++ b/components/videosourcesettings.tsx @@ -1,6 +1,6 @@ import { State } from '@hookstate/core'; import { useRef, useState } from 'react'; -import { globalState, rerenderComponent } from '../pages/editor'; +import { globalState } from '../pages/editor'; import { TimedVideoPlayer } from '../pages/present'; import { arrayBufferToBase64, LocalVideo } from '../project'; |