Remove unused component.

pull/3292/head
pngwn 6 years ago
parent 230040acfd
commit cb8479b02f

@ -3,7 +3,6 @@
import { tweened } from 'svelte/motion';
import Grid from './Grid.svelte';
import Progress from './Progress.svelte';
import Controls from './Controls.svelte';
import { eases, types } from './eases.js';

@ -1,6 +0,0 @@
<script>
export let v, t;
</script>
<svelte:options namespace="svg"/>
<circle cx="{t}" cy="{v}" r="15" fill="#ff3e00"/>
Loading…
Cancel
Save