File size: 436 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
import { _ as _class_call_check } from "@swc/helpers/_/_class_call_check";
import { _ as _sliced_to_array } from "@swc/helpers/_/_sliced_to_array";
import other from 'other';
var _other = _sliced_to_array(other, 1), foo = _other[0];
var Foo = function Foo() {
"use strict";
_class_call_check(this, Foo);
};
export var __N_SSG = true;
export default function Home() {
return /*#__PURE__*/ React.createElement("div", null);
}
|