Skip to content

Commit

Permalink
ci: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Jul 19, 2024
1 parent de455d4 commit 21b1947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/src/components/page/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<transition
mode="out-in"
enter-active-class="duration-300 ease-out"
enter-from-class="transform opacity-0"
enter-from-class=" opacity-0"
enter-to-class="opacity-100"
leave-active-class="duration-200 ease-in"
leave-from-class="opacity-100"
leave-to-class="transform opacity-0"
leave-to-class=" opacity-0"
>
<div
class="px-4 lg:px-20 flex flex-col gap-8 relative"
Expand Down
2 changes: 0 additions & 2 deletions web/src/utils/items.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import {
GetSectionQuery,
SectionItemFragment,
GetCalendarDayQuery,
GetDefaultEpisodeForTopicDocument,
GetDefaultEpisodeForTopicQuery,
GetDefaultEpisodeForTopicQueryVariables,
GetDefaultEpisodeForShowQuery,
GetDefaultEpisodeForShowQueryVariables,
GetDefaultEpisodeForShowDocument,
useGetPlaylistEpisodeQuery,
GetPlaylistEpisodeQuery,
GetPlaylistEpisodeQueryVariables,
GetPlaylistEpisodeDocument,
Expand Down

0 comments on commit 21b1947

Please sign in to comment.