/* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, append, createElement, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal";

function add_css() {
	var style = createElement("style");
	style.id = 'svelte-1slhpfn-style';
	style.textContent = "@media(min-width: 1px){div.svelte-1slhpfn{color:red}}";
	append(document.head, style);
}

function create_fragment($$, ctx) {
	var div;

	return {
		c() {
			div = createElement("div");
			div.className = "svelte-1slhpfn";
		},

		m(target, anchor) {
			insert(target, div, anchor);
		},

		p: noop,
		i: noop,
		o: noop,

		d(detach) {
			if (detach) {
				detachNode(div);
			}
		}
	};
}

class SvelteComponent extends SvelteComponent_1 {
	constructor(options) {
		super();
		if (!document.getElementById("svelte-1slhpfn-style")) add_css();
		init(this, options, null, create_fragment, safe_not_equal);
	}
}

export default SvelteComponent;