Skip to content

Commit

Permalink
asset-viewer fixed prettiffier
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-brazhenko committed Jul 27, 2023
1 parent f164f6b commit a8bc93f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions web/src/lib/components/asset-viewer/asset-viewer.svelte
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<script lang="ts">
import { goto } from '$app/navigation';
import {
AlbumResponseDto,
api,
AssetResponseDto,
AssetTypeEnum,
SharedLinkResponseDto,
ProjectionType,
} from '@api';
import { AlbumResponseDto, api, AssetResponseDto, AssetTypeEnum, SharedLinkResponseDto, ProjectionType } from '@api';
import { createEventDispatcher, onDestroy, onMount } from 'svelte';
import ChevronLeft from 'svelte-material-icons/ChevronLeft.svelte';
import ChevronRight from 'svelte-material-icons/ChevronRight.svelte';
Expand Down

0 comments on commit a8bc93f

Please sign in to comment.