This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Remove unused imports
dev
David Ludwig
4 years ago
parent
7aba016fb5
commit
a1288e80ca
3 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
services/webui/src/app/components/MovieList.vue
+0
-1
services/webui/src/app/components/MovieListItem.vue
+0
-1
services/webui/src/app/store/state.ts
+ 0
- 1
services/webui/src/app/components/MovieList.vue
View File
@ -5,7 +5,6 @@
<
/
template
>
<
script
lang
=
"ts"
>
import
{
IMovie
}
from
"@autoplex-api/request"
;
import
{
defineComponent
}
from
"vue"
;
import
MovieListItem
from
"./MovieListItem.vue"
;
import
MovieListComponentMixin
from
"./mixins/MovieListComponentMixin"
;
+ 0
- 1
services/webui/src/app/components/MovieListItem.vue
View File
@ -16,7 +16,6 @@
<
/
template
>
<
script
lang
=
"ts"
>
import
{
IMovie
}
from
"@autoplex-api/request"
;
import
{
defineComponent
}
from
"vue"
;
import
MoviePoster
from
"./MoviePoster.vue"
;
+ 0
- 1
services/webui/src/app/store/state.ts
View File
@ -1,6 +1,5 @@
import
{
IMovie
}
from
"@autoplex-api/request"
;
import
{
IUser
}
from
"./schema"
;
import
type
Modals
from
"../components/modals"
;
import
Modal
from
"../components/modals"
;
/
*
*
Write
Preview
Loading…
Cancel
Save