import ProductAdmin from './ProductAdmin.svelte' import App2 from './App2.svelte' var luq_ProductAdmin; var luq_app2; if (document.getElementById('luq_derma_demo_product_options') !== null) { luq_ProductAdmin = new ProductAdmin({ target: document.getElementById('luq_derma_demo_product_options') }) } if (document.getElementById('luq_vote_app') !== null) { luq_app2 = new App2({ target: document.getElementById('luq_vote_app') }) } export var luq_ProductAdmin export var luq_app2 // export const app = new App({ // target: document.getElementById('demo_product_options') !== null ? document.getElementById('demo_product_options') : null // }); // export const app2 = new App2({ // target: null // }); // var app; // var app2; // if (document.getElementById('demo_product_options') !== null) { // app = new App({ // target: document.getElementById('demo_product_options') // }) // } // if (document.getElementById('demo_product_options') !== null) { // app2 = new App2({ // target: document.getElementById('demo_product_optionsx') // }) // } // export app2 // export default app // export const app = new App({ // if(document.getElementById('demo_product_options') !== null) { // target: document.getElementById('demo_product_options'); // }else { // target: ''; // } // })