Spaces:
Build error
Build error
Commit
·
95d9e5c
1
Parent(s):
f2fd05b
fix broken import
Browse files- src/index.mts +0 -1
src/index.mts
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import { v4 as uuid } from 'uuid'
|
2 |
-
import { generateVideo } from './generateVideo.mts'
|
3 |
import { upscaleVideo } from './upscaleVideo.mts'
|
4 |
import { keepVideo } from './keepVideo.mts'
|
5 |
|
|
|
1 |
import { v4 as uuid } from 'uuid'
|
|
|
2 |
import { upscaleVideo } from './upscaleVideo.mts'
|
3 |
import { keepVideo } from './keepVideo.mts'
|
4 |
|