import 'svelte/internal/disclose-version';
import 'svelte/internal/flags/legacy';
import * as $ from 'svelte/internal/client';
var root_1 = $.template(`<p></p>`);
var root_3 = $.template(`<p></p>`);
var root_4 = $.template(`<p></p>`);
export default function App($$anchor) {
let x = 7;
var fragment = $.comment();
var node = $.first_child(fragment);
{
var consequent = ($$anchor) => {
var p = root_1();
p.textContent = `${x ?? ''} is greater than 10`;
$.append($$anchor, p);
};
var alternate_1 = ($$anchor) => {
var fragment_1 = $.comment();
var node_1 = $.first_child(fragment_1);
{
var consequent_1 = ($$anchor) => {
var p_1 = root_3();
p_1.textContent = `${x ?? ''} is less than 5`;
$.append($$anchor, p_1);
};
var alternate = ($$anchor) => {
var p_2 = root_4();