Skip to content

Commit

Permalink
Remove unused properties (#55)
Browse files Browse the repository at this point in the history
Latest svelte version sleuthed these unused properties out :)
  • Loading branch information
antony authored and 6eDesign committed Dec 14, 2019
1 parent 6d2e079 commit 8a7cbab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Week.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
export let days;
export let selected;
export let start;
export let end;
export let highlighted;
export let shouldShakeDate;
export let direction;
Expand Down

0 comments on commit 8a7cbab

Please sign in to comment.