mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
// @ts-nocheck
|
|
/* eslint-disable */
|
|
console.log('my app');
|
|
import('./lazy.js');
|