UNPKG
@sanpjs/runtime
Version:
latest (0.1.0)
0.1.0
0.1.0-alpha.1
0.1.0-alpha.0
San Pro Runtime
@sanpjs/runtime
/
dist
/
Page.js
9 lines
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
Component
_1 =
require
(
"./Component"
);
class
Page
extends
Component_1.BaseComponent
{
static
fetchData; }
exports
.
default
=
Page
; ;
//# sourceMappingURL=Page.js.map