parent
4eb1bada5e
commit
415b640a50
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
|||||||
|
function s(r,i){for(var o=0;o<i.length;o++){const e=i[o];if(typeof e!="string"&&!Array.isArray(e)){for(const t in e)if(t!=="default"&&!(t in r)){const n=Object.getOwnPropertyDescriptor(e,t);n&&Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}}return Object.freeze(Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}))}var a={},c=a.printMsg=function(){console.log("This is a message from the demo package")};const f=s({__proto__:null,printMsg:c,default:a},[a]);export{f as i};
|
||||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 641 B |
|
After Width: | Height: | Size: 15 KiB |
@ -0,0 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8"/>
|
||||||
|
<link href="/vite.svg" rel="icon" type="image/svg+xml"/>
|
||||||
|
<link href="/favicon.ico" rel="icon"/>
|
||||||
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||||||
|
<title>PostNet by Spatial</title>
|
||||||
|
<script crossorigin src="/assets/index.eee895f6.js" type="module"></script>
|
||||||
|
<link href="/assets/index.0353450f.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in new issue