chore: update purity snapshot, this time in the proper way

pull/15538/head
paoloricciuti 5 months ago
parent 084f7f997c
commit 084e313247

@ -8,7 +8,7 @@ export default function Purity($$anchor) {
var fragment = root();
var p = $.first_child(fragment);
p.textContent = Math.max(0, Math.min(0, 100));
p.textContent = 0;
var p_1 = $.sibling(p, 2);

@ -8,7 +8,7 @@ export default function Purity($$anchor) {
var fragment = root();
var p = $.first_child(fragment);
p.textContent = Math.max(0, Math.min(0, 100));
p.textContent = 0;
var p_1 = $.sibling(p, 2);

Loading…
Cancel
Save