Skip to content

Commit 5216def

Browse files
committed
more
1 parent b33ab1b commit 5216def

File tree

9 files changed

+6
-28
lines changed

9 files changed

+6
-28
lines changed

apps/svelte.dev/src/routes/_home/Video.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<script lang="ts">
2-
import volume_off from './volume-off.svg';
3-
import volume_high from './volume-high.svg';
4-
import cc_on from './cc-on.svg';
5-
import cc_off from './cc-off.svg';
6-
import play from './play.svg';
7-
import pause from './pause.svg';
2+
import volume_off from 'icons/volume-off';
3+
import volume_high from 'icons/volume-high';
4+
import cc_on from 'icons/cc-on';
5+
import cc_off from 'icons/cc-off';
6+
import play from 'icons/play';
7+
import pause from 'icons/pause';
88
import vtt from './subtitles.vtt';
99
import { onMount } from 'svelte';
1010

apps/svelte.dev/src/routes/_home/plus.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/svelte.dev/src/routes/_home/up-small.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)