Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
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);
}