@virtualstate/examples
Version:
9 lines • 310 B
JavaScript
import { h } from "@virtualstate/fringe";
const moduleScoped = "🐦";
function Component() {
const functionScoped = "💡";
return `${moduleScoped} ${functionScoped} 🔑`;
}
export const _201_Function = h(Component, null);
export const _201_URL = import.meta.url;
//# sourceMappingURL=function.js.map