Remove unused toggle prop from example (#5124)

pull/7738/head
Lukas Möller 5 years ago committed by GitHub
parent f661f59db8
commit 1ff67c788d

@ -5,7 +5,6 @@
import flash from './flash.js';
export let todo;
export let toggle;
let div;

@ -3,7 +3,6 @@
import flash from './flash.js';
export let todo;
export let toggle;
let div;

Loading…
Cancel
Save